1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 10:22:31 +02:00

avoid compile error without iic sensors

This commit is contained in:
andreas
2023-11-05 15:00:34 +01:00
parent 5a79e0584f
commit bf6efd1cd4
+2
View File
@@ -6,6 +6,8 @@
#include "GwHardware.h"
#ifdef _GWIIC
#include <Wire.h>
#else
class TwoWire;
#endif
#define CFG_GET(name,prefix) \