mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 15:03:07 +01:00
Add #ifdef BOARD_NODEMCU32S_OBP60 in all *.cpp
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifdef BOARD_NODEMCU32S_OBP60
|
||||
|
||||
#include "Pagedata.h"
|
||||
#include "OBP60ExtensionPort.h"
|
||||
|
||||
@@ -299,4 +301,6 @@ PageDescription registerPageDST810(
|
||||
0, // Number of bus values depends on selection in Web configuration
|
||||
{"DBT","STW","Log","WTemp"}, // Bus values we need in the page
|
||||
true // Show display header on/off
|
||||
);
|
||||
);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user