Python Web Server - JesperMell/Continuous_integration_3557h GitHub Wiki
This application is supposed to work as a bridge to the ESP32 application.
How To?
BETA
You need to have Python3 and Flask installed. The application is a Flask, so you start the application in
the same way you would start any Flask application. Namely:
FLASK_APP=rest FLASK_ENV=development flask run
. We highly recommend that you use development as a environment flag, considering that there is no final product yet.
There are two routes currently available:
\on
and \off
Use \on
to order the ESP32 to add current to PIN13, and use \off
to remove current from PIN13.