mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
Add #ifdef BOARD_NODEMCU32S_OBP60 in all *.cpp
This commit is contained in:
@@ -32,7 +32,8 @@ typedef struct{
|
||||
double onewireTemp4 = 0;
|
||||
double onewireTemp5 = 0;
|
||||
double onewireTemp6 = 0;
|
||||
int rotationAngle = 0;
|
||||
double rotationAngle = 0; // Rotation angle in radiant
|
||||
bool validRotAngle = false; // Valid flag for magnet present
|
||||
} SensorData;
|
||||
|
||||
typedef struct{
|
||||
|
||||
Reference in New Issue
Block a user