avr: added app CO2WATCH

This commit is contained in:
Martin Preuss
2026-05-04 13:57:09 +02:00
parent 10fcb053a0
commit a9a87ab94b
5 changed files with 178 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ appsOnEveryMinute:
bigcall AppStats_OnEveryMinute
#endif
#ifdef APPS_CO2WATCH
bigcall AppCo2Watch_OnEveryMinute
#endif
ret
; @end