We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0642c39 commit 5e81bf2Copy full SHA for 5e81bf2
internal_filesystem/lib/mpos/ui/__init__.py
@@ -343,7 +343,7 @@ def reset_cb(e):
343
print("Warning: could not import machine, not adding reset callback")
344
345
'''
346
- Doesn't do anything on ESP32, not much use:
+ On ESP32, there's no power off but there's a hundred-year deepsleep.
347
poweroff_btn=lv.button(drawer)
348
poweroff_btn.set_size(lv.pct(40),lv.SIZE_CONTENT)
349
poweroff_btn.align(lv.ALIGN.BOTTOM_RIGHT,0,0)
0 commit comments