default to fri3d-2024

This commit is contained in:
Thomas Farstrike
2025-11-23 05:00:45 +01:00
parent 3473ea10e2
commit 0ba1048abb
+1 -1
View File
@@ -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