Commit Graph

12 Commits

Author SHA1 Message Date
Youen Toupin
05b8759bbb fixed overflow bug for voltage bigger than 32V (new limit is 65V)
Added CSS file to make display bigger for smartphones
2022-03-23 19:08:52 +01:00
Youen Toupin
c2ccafbcde improved wifi management
- Possibility to create an access point on the ESP32
- Possibility to make the ESP32 try to connect to multiple access points
2022-03-22 19:30:34 +01:00
Youen Toupin
b136342c2c finished power meter and speed meter 2022-03-19 23:55:51 +01:00
Youen Toupin
292b7d7f5a added ADC calibration code 2022-03-18 23:50:02 +01:00
Youen Toupin
48d8ca4ac2 test code that reads a voltage and displays it in the web browser 2022-03-15 23:23:31 +01:00
Youen Toupin
262838bb42 Added test api URL, configured static files caching 2022-03-13 00:01:02 +01:00
Youen Toupin
45928917fa removed unused file 2022-03-12 23:59:49 +01:00
Youen Toupin
15b7838219 Serving files from SPIFFS 2022-03-12 13:07:41 +01:00
Youen Toupin
2ea7220173 Integrated HTTP server (hello world page) 2022-03-12 12:42:05 +01:00
Youen Toupin
7559e78719 symlink hacks to make Arduino IDE use local libraries 2022-03-12 12:22:36 +01:00
Youen Toupin
8c95deff00 Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
Youen Toupin
de1de315cc Added sample ESP32 program
Can be built with Arduino IDE and edited with Eclipse CDT
2022-03-12 11:43:50 +01:00