Skip to content

Commit 4e16096

Browse files
Comments
1 parent b072a97 commit 4e16096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal_filesystem/lib/mpos

internal_filesystem/lib/mpos/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def detect_board():
3737
if {0x14} <= set(i2c0.scan()): # GT911 touch initial "ghost" device
3838
return "matouch_esp32_s3_2_8"
3939

40-
i2c0 = I2C(0, sda=Pin(48), scl=Pin(47)) # on the Matouch, this "finds" devices at all addresses 8-119 so do this one before
40+
i2c0 = I2C(0, sda=Pin(48), scl=Pin(47)) # on matouch_esp32_s3_2_8, this "finds" devices at all addresses 8-119 so only do this after matouch_esp32_s3_2_8
4141
if {0x15, 0x6B} <= set(i2c0.scan()): # touch screen and IMU (at least, possibly more)
4242
return "waveshare_esp32_s3_touch_lcd_2"
4343

0 commit comments

Comments
 (0)