testing HeltecV3 0.1

This commit is contained in:
richonguzman 2024-05-14 08:59:47 -04:00
parent 3a148fa55d
commit 3de3aac026
3 changed files with 24 additions and 14 deletions

View file

@ -145,6 +145,10 @@ namespace POWER_Utils {
#ifdef HELTEC_WIRELESS_TRACKER
Wire.begin(BOARD_I2C_SDA, BOARD_I2C_SCL);
#endif
#ifdef HELTEC_V3_GPS
Wire1.begin(BOARD_I2C_SDA, BOARD_I2C_SCL);
#endif
delay(1000);
}