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"
|
||||
|
||||
@@ -227,4 +229,6 @@ PageDescription registerPageBME280(
|
||||
0, // Number of bus values depends on selection in Web configuration
|
||||
{}, // Names of bus values undepends on selection in Web configuration (refer GwBoatData.h)
|
||||
true // Show display header on/off
|
||||
);
|
||||
);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user