An open API service indexing awesome lists of open source software.

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.

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