Skip to content

Commit

Permalink
Merge pull request #865 from rbray89/patch-2
Browse files Browse the repository at this point in the history
Swap SDA and SCL pins for TFT Wifi
  • Loading branch information
jeremypoulter authored Jun 20, 2024
2 parents ccda5f7 + c5bf480 commit ff671ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ build_flags_openevse_tft =
-D WIFI_PIXEL_NUMBER=1
-D WIFI_BUTTON=0
-D WIFI_BUTTON_PRESSED_STATE=LOW
-D I2C_SDA=21
-D I2C_SCL=22
-D I2C_SDA=22
-D I2C_SCL=21
-D ENABLE_MCP9808
-D ENABLE_PN532
build_partitions = min_spiffs.csv
Expand Down

0 comments on commit ff671ff

Please sign in to comment.