EMF_Camp_Badge/bootstrap.py

9 lines
128 B
Python
Raw Normal View History

2018-08-07 17:41:33 -04:00
# minimal one-file ota-bootstrap
import usocket, ujson, os, time, gc, wifi
# todo
if __name__ == '__main__':
bootstrap()