mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
Reduce USERTASK_PARAM from 10000 to 8000
This commit is contained in:
@@ -20,7 +20,7 @@ DECLARE_INITFUNCTION(OBP60Init);
|
||||
|
||||
// OBP60 Task
|
||||
void OBP60Task(GwApi *param);
|
||||
DECLARE_USERTASK_PARAM(OBP60Task, 10000) // Need 10k RAM as stack size
|
||||
DECLARE_USERTASK_PARAM(OBP60Task, 8000) // Need 8k RAM as stack size
|
||||
DECLARE_CAPABILITY(obp60,true);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user