Skip to content

Commit c5bf480

Browse files
authored
Swap SDA and SCL pins for TFT Wifi
1 parent ccda5f7 commit c5bf480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ build_flags_openevse_tft =
109109
-D WIFI_PIXEL_NUMBER=1
110110
-D WIFI_BUTTON=0
111111
-D WIFI_BUTTON_PRESSED_STATE=LOW
112-
-D I2C_SDA=21
113-
-D I2C_SCL=22
112+
-D I2C_SDA=22
113+
-D I2C_SCL=21
114114
-D ENABLE_MCP9808
115115
-D ENABLE_PN532
116116
build_partitions = min_spiffs.csv

0 commit comments

Comments
 (0)