added but reboots

This commit is contained in:
richonguzman 2024-10-28 09:33:27 -03:00
parent 7995d23779
commit db6292ce59
3 changed files with 32 additions and 1 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) || defined(LIGHTGATEWAY_1_0)
#if defined(HELTEC_V3) || defined(HELTEC_WS) || defined(LIGHTGATEWAY_1_0) || defined(TTGO_T_LORA32_T3S3_V1_2_915)
Wire.begin(OLED_SDA, OLED_SCL);
#endif