mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
restructure bme280 handling
This commit is contained in:
@@ -277,6 +277,17 @@
|
||||
#endif
|
||||
#define _GWIIC
|
||||
#endif
|
||||
#ifdef GWIIC_SDA2
|
||||
#ifndef GWIIC_SCL2
|
||||
#error "you must both define GWIIC_SDA2 and GWIIC_SCL2"
|
||||
#endif
|
||||
#endif
|
||||
#ifdef GWIIC_SCL2
|
||||
#ifndef GWIIC_SDA2
|
||||
#error "you must both define GWIIC_SDA and GWIIC_SCL2"
|
||||
#endif
|
||||
#define _GWIIC
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef GWLED_TYPE
|
||||
|
||||
Reference in New Issue
Block a user