Skip to content

Commit f06b21e

Browse files
committed
sneaky!
1 parent a2c8dae commit f06b21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/boards/adafruit_qtpy_esp32s2/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838

3939
#define AUTORESET_DELAY_MS 500
4040

41-
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO7)
42-
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO6)
41+
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO6)
42+
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO7)
4343

4444
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
4545
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)

0 commit comments

Comments
 (0)