ESP32 LED Controller - JesperMell/Continuous_integration_3557h GitHub Wiki
This application is responsible for turning on/turning off Port 13 by receiving HTTP GET requests.
How To?
BETA
Compile/Build the application with PlatformIO. Upload and Monitor the project and then follow the instructions.
You can send GET requests directly to the ESP32 when it's successfully initialized and connected to the local network. Note that this is not a feature and should be removed. Since the Python application should be the one to controlling the ESP32.