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

@@ -63,6 +63,10 @@ appsInit:
bigcall AppMotionLight_Init
#endif
#ifdef APPS_CO2WATCH
bigcall AppCo2Watch_Init
#endif
; done
ret
; @end