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

add new obp60 board definitions

This commit is contained in:
norbert-walter
2024-03-22 23:46:57 +01:00
parent da3fdaad3d
commit 136dd1fa30
8 changed files with 176 additions and 4 deletions

View File

@@ -21,6 +21,6 @@
// OBP60 Task
void OBP60Task(GwApi *param);
DECLARE_USERTASK_PARAM(OBP60Task, 8000) // Need 8k RAM as stack size
DECLARE_USERTASK_PARAM(OBP60Task, 10000) // Need 8k RAM as stack size
DECLARE_CAPABILITY(obp60,true);
#endif