1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Add new page battery and fix for zimezone

This commit is contained in:
norbert-walter
2022-03-24 22:06:32 +01:00
parent 55c69e37e5
commit bec476fbb5
7 changed files with 271 additions and 62 deletions

View File

@@ -20,7 +20,7 @@ DECLARE_INITFUNCTION(OBP60Init);
// OBP60 Task
void OBP60Task(GwApi *param);
DECLARE_USERTASK_PARAM(OBP60Task, 15000) // Need 15k RAM as stack size
DECLARE_USERTASK_PARAM(OBP60Task, 20000) // Need 20k RAM as stack size
DECLARE_CAPABILITY(obp60,true);
#endif