fix usecp256k1 compilation on esp32

This commit is contained in:
Thomas Farstrike
2025-05-26 11:09:52 +02:00
parent 4103611e88
commit f8477d9f3f
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ mpos.ui.handle_back_swipe()
mpos.ui.handle_top_swipe()
mpos.ui.th = task_handler.TaskHandler(duration=5) # 5ms is recommended for MicroPython+LVGL on desktop
# Maybe this should only be done if there is not already a "builtin" folder... with the expected apps/4apps
try:
import freezefs_mount_builtin
except Exception as e: