https://github.com/lbirkert/portcontrol
Webinterface made for the ESP32 Development board to test circuits.
https://github.com/lbirkert/portcontrol
arduino arduino-ide circuits esp32 frontend html testing
Last synced: about 1 month ago
JSON representation
Webinterface made for the ESP32 Development board to test circuits.
- Host: GitHub
- URL: https://github.com/lbirkert/portcontrol
- Owner: lbirkert
- License: mit
- Created: 2022-05-02T17:12:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T18:20:41.000Z (about 4 years ago)
- Last Synced: 2025-03-20T20:22:28.639Z (over 1 year ago)
- Topics: arduino, arduino-ide, circuits, esp32, frontend, html, testing
- Language: HTML
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_____ _ _____ _ _
| __ \ | | / ____| | | | |
| |__) |__ _ __| |_| | ___ _ __ | |_ _ __ ___ | |
| ___/ _ \| '__| __| | / _ \| '_ \| __| '__/ _ \| |
| | | (_) | | | |_| |___| (_) | | | | |_| | | (_) | |
|_| \___/|_| \__|\_____\___/|_| |_|\__|_| \___/|_|
Webinterface made for the ESP32 Development board to test circuits.
```
# License
This project is licensed under the [Mit License](https://mit-license.org/)
# Building
1. Format the html files
```sh
cd web
chmod +x buildpages.sh
./buildpages.sh
```
2. Open arduino IDE
```
arduino
```
3. Upload the script to the board