re-enabled CCS811 module, adapted to latest changes.

This commit is contained in:
Martin Preuss
2025-06-05 22:44:27 +02:00
parent 08a1313ba5
commit 284539fd52
4 changed files with 87 additions and 88 deletions

View File

@@ -154,6 +154,10 @@ sysOnEveryMinute:
bigcall AppStats_OnEveryMinute
#endif
#ifdef MODULES_CCS811
bigcall CCS811_OnEveryMinute
#endif
bigjmp onEveryMinute
; @end