Skip to content

Commit ff671ff

Browse files
Merge pull request #865 from rbray89/patch-2
Swap SDA and SCL pins for TFT Wifi
2 parents ccda5f7 + c5bf480 commit ff671ff

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)