diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-04-07 14:45:28 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-04-07 14:45:28 -0500 |
commit | 5c558c4a9b975a00ce5515588ce0ea854a7ae499 (patch) | |
tree | 0071d2d15742e54aea246925dd5bc41fba9a9782 /firmware | |
parent | 6f8a6eb162d848588baa3ff8cda6abc4cf1fc72b (diff) |
4060
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/boot.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/boot.py b/firmware/boot.py deleted file mode 100644 index 18ffbcf..0000000 --- a/firmware/boot.py +++ /dev/null @@ -1,7 +0,0 @@ -import esp -esp.osdebug(None) -#import uos, machine -#uos.dupterm(None, 1) # disable REPL on UART(0) -import gc -from machine import RTC -gc.collect() |