Skip to content

Commit

Permalink
heltec v2 screen update
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Nov 20, 2024
1 parent 44605e8 commit 7371b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ___________________________________________________________________*/
#include "A7670_utils.h"
#endif

String versionDate = "2024.11.16";
String versionDate = "2024.11.20";
Configuration Config;
WiFiClient espClient;
#ifdef HAS_GPS
Expand Down
2 changes: 1 addition & 1 deletion src/power_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) || defined(TTGO_LORA32_T3S3_V1_2)
#if defined(HELTEC_V3) || defined(HELTEC_WS) || defined(LIGHTGATEWAY_1_0) || defined(TTGO_LORA32_T3S3_V1_2) || defined(HELTEC_V2)
Wire.begin(OLED_SDA, OLED_SCL);
#endif

Expand Down

0 comments on commit 7371b8e

Please sign in to comment.