EMF_Camp_Badge/bootstrap.py

9 lines
128 B
Python

# minimal one-file ota-bootstrap
import usocket, ujson, os, time, gc, wifi
# todo
if __name__ == '__main__':
bootstrap()