WIRE update

This commit is contained in:
richonguzman 2024-10-25 11:50:57 -03:00
parent c9577b6c21
commit a91f0f3f3c
2 changed files with 36 additions and 33 deletions

View file

@ -205,7 +205,7 @@ namespace POWER_Utils {
Wire1.begin(BOARD_I2C_SDA, BOARD_I2C_SCL);
#endif
#if defined(HELTEC_V3) || defined(HELTEC_WS)
#if defined(HELTEC_V3) || defined(HELTEC_WS) || defined(LIGHTGATEWAY_1_0)
Wire.begin(OLED_SDA, OLED_SCL);
#endif