avr: added app CO2WATCH
This commit is contained in:
@@ -25,6 +25,10 @@ appsOnEveryMinute:
|
||||
bigcall AppStats_OnEveryMinute
|
||||
#endif
|
||||
|
||||
#ifdef APPS_CO2WATCH
|
||||
bigcall AppCo2Watch_OnEveryMinute
|
||||
#endif
|
||||
|
||||
ret
|
||||
; @end
|
||||
|
||||
|
||||
@@ -18,6 +18,11 @@
|
||||
.include "apps/motion/main.asm"
|
||||
#endif
|
||||
|
||||
#ifdef APPS_CO2WATCH
|
||||
.include "apps/co2_watch/main.asm"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef APPS_DOOR
|
||||
#ifndef APPS_MOTION
|
||||
.include "modules/f_keepup/main.asm"
|
||||
|
||||
@@ -63,6 +63,10 @@ appsInit:
|
||||
bigcall AppMotionLight_Init
|
||||
#endif
|
||||
|
||||
#ifdef APPS_CO2WATCH
|
||||
bigcall AppCo2Watch_Init
|
||||
#endif
|
||||
|
||||
; done
|
||||
ret
|
||||
; @end
|
||||
|
||||
Reference in New Issue
Block a user