From 0ba1048abbf30141a6443b0eec22e8870a5a3b8b Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sun, 23 Nov 2025 05:00:45 +0100 Subject: [PATCH] default to fri3d-2024 --- internal_filesystem/lib/mpos/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/lib/mpos/main.py b/internal_filesystem/lib/mpos/main.py index 252e2bfd..52de910e 100644 --- a/internal_filesystem/lib/mpos/main.py +++ b/internal_filesystem/lib/mpos/main.py @@ -23,7 +23,7 @@ elif sys.platform == "esp32": board = "fri3d_2024" else: print("Unable to identify board, defaulting...") - board = "waveshare_esp32_s3_touch_lcd_2" # default fallback + board = "fri3d_2024" # default fallback print(f"Initializing {board} hardware") import mpos.info