Skip to content

Commit 0ba1048

Browse files
default to fri3d-2024
1 parent 3473ea1 commit 0ba1048

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/lib/mpos

1 file changed

+1
-1
lines changed

internal_filesystem/lib/mpos/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
board = "fri3d_2024"
2424
else:
2525
print("Unable to identify board, defaulting...")
26-
board = "waveshare_esp32_s3_touch_lcd_2" # default fallback
26+
board = "fri3d_2024" # default fallback
2727

2828
print(f"Initializing {board} hardware")
2929
import mpos.info

0 commit comments

Comments
 (0)