ESP32 based Toniebox clone
- Board: ESP32 doit devkit v1 pins
RFID RC522 diagram here:
- SDA: D2
- SCL: D18
- MOSI: D23
- MISO: D19
- IRQ: --
- GND: GND
- RST: D27
- 3.3V: 3.3V
- We must build the css and js
- The build css and js must be added to the index.html head section
- We must GZIP the index.html, for instance using the Online GZIP comporessor
- The gziped file must be converted to a file array, like described here
- The result must be added to a
web_index.h
file (sibling of index.html) - On the
web_index.h
we must defineindex_html_gz_len
(using dashed) and