File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal_filesystem/lib/mpos Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def load(self):
3030 self .data = ujson .load (f )
3131 print (f"load: Loaded preferences: { self .data } " )
3232 except Exception as e :
33- print (f"load: Got exception { e } , assuming empty or non-existent preferences. " )
33+ print (f"SharedPreferences. load found not preferences: { e } " )
3434 self .data = {}
3535
3636 def get_string (self , key , default = None ):
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if [ "$target" == "esp32" ]; then
3434 # CONFIG_FREERTOS_USE_TRACE_FACILITY=y
3535 # CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y
3636 # CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y
37- python3 make.py --ota --partition-size=4194304 --flash-size=16 esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=st7789 INDEV=cst816s USER_C_MODULE=/home/user/sources/micropython-camera-API/src/micropython.cmake USER_C_MODULE=/home/user/sources /MicroPythonOS/c_mpos/ secp256k1-embedded_kdmukai /micropython.cmake USER_C_MODULE=/home/user/sources/MicroPythonOS/c_mpos/micropython.cmake CONFIG_FREERTOS_USE_TRACE_FACILITY=y CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y " $manifest "
37+ python3 make.py --ota --partition-size=4194304 --flash-size=16 esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=st7789 INDEV=cst816s USER_C_MODULE=/home/user/sources/micropython-camera-API/src/micropython.cmake USER_C_MODULE=/home/user/projects /MicroPythonOS/secp256k1-embedded-ecdh /micropython.cmake USER_C_MODULE=/home/user/sources/MicroPythonOS/c_mpos/micropython.cmake CONFIG_FREERTOS_USE_TRACE_FACILITY=y CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y " $manifest "
3838elif [ " $target " == " unix" -o " $target " == " macos" ]; then
3939 if [ " $buildtype " == " prod" ]; then
4040 manifest=" FROZEN_MANIFEST=/home/user/sources/MicroPythonOS/manifest_unix.py"
You can’t perform that action at this time.
0 commit comments