Proof of concept app that enabels managing state of GPIO pins with nifty web interface. Done as a project for "IoT Programming" course.
REST API on backend is generated directly from metadata crate.
Supported targets:
- esp32c3
Project structure:
wifi-ap- firmware (rust + esp-hal + embassy)esp-lab-frontend- frontend (preact + vite)