Skip to content

Commit

Permalink
Added note
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed May 30, 2024
1 parent fb376e0 commit 3b11c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/WireExample/WireExample.ino
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//No free pin
#error "No free pin"
#elif defined(LILYGO_T_ETH_LITE_ESP32)
// IO35,39,34,36 can only be used for input and cannot be set as output
// IO35,36,37,38,39 can only be used for input and cannot be set as output
#define I2C_SDA 13
#define I2C_SCL 14
#elif defined(LILYGO_T_ETH_LITE_ESP32S3)
Expand Down

0 comments on commit 3b11c08

Please sign in to comment.