File tree Expand file tree Collapse file tree 6 files changed +2
-509
lines changed
Expand file tree Collapse file tree 6 files changed +2
-509
lines changed Original file line number Diff line number Diff line change 11This /lib folder contains:
22- https://github.com/echo-lalia/qmi8658-micropython/blob/main/qmi8685.py but given the correct name "qmi8658.py"
33- traceback.mpy from https://github.com/micropython/micropython-lib
4- - https://github.com/glenn20/micropython-esp32-ota/ installed with import mip; mip.install('github: glenn20 /micropython-esp32-ota/mip/ota')
54- mip.install('github: jonnor /micropython-zipfile')
65- mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree()
76- mip.install("aiohttp") # easy websockets
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ async def asyncio_repl():
108108
109109async def ota_rollback_cancel ():
110110 try :
111- import ota . rollback
112- ota . rollback . cancel ()
111+ from esp32 import Partition
112+ Partition . mark_app_valid_cancel_rollback ()
113113 except Exception as e :
114114 print ("main.py: warning: could not mark this update as valid:" , e )
115115
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments