Skip to content

Instantly share code, notes, and snippets.

View tista3's full-sized avatar

Timotej Stanek tista3

View GitHub Profile
@tista3
tista3 / install and run
Created December 7, 2017 15:25
intervalometer ESP32 using picoweb
# Dependencies
import upip
upip.install('picoweb')
# Save web.py on device
# Run
import web
webstart(host="0.0.0.0", port=80, debug=True)