promp and buttonbox beginnings

This commit is contained in:
legop3
2026-04-18 02:31:30 -04:00
parent 71e2e18c13
commit 388efd1f47
10 changed files with 259 additions and 39 deletions
+11
View File
@@ -0,0 +1,11 @@
# esp32 button box
- 4 buttons each has a light
- also a beeper
- maybe some other indicator lights
- each button has its own tone that plays when pressed
- each button has it's own counter
## api stuff
- each button press sends a web request to the server's IP containing:
- the button number (1 - 4)
- when the server gets this request, it adds 1 to that button's counter