re-enabled CCS811 module, adapted to latest changes.
This commit is contained in:
@@ -144,6 +144,9 @@
|
||||
|
||||
#ifdef MODULES_CCS811
|
||||
.include "modules/ccs811/main.asm"
|
||||
#ifdef MODULES_NETWORK
|
||||
.include "modules/ccs811/send.asm"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_TCRT1000
|
||||
|
||||
@@ -154,6 +154,10 @@ sysOnEveryMinute:
|
||||
bigcall AppStats_OnEveryMinute
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_CCS811
|
||||
bigcall CCS811_OnEveryMinute
|
||||
#endif
|
||||
|
||||
bigjmp onEveryMinute
|
||||
; @end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user