A website hosted on an ESP8266.
index.html
is the HTML in a more editable state for the site inhelloesp.ino
- Add identifiers for the ESP32 to allow cross-compatibility
- Add uptime
- Add CPU usage
- Add memory usage
- Add visitor counter
- Make visitor counter locally hosted on the ESP either via a txt file or sqlite db stored in the onboard flash memory
- Format uptime better - only display if number is above 0 (e.g. if 0 days, hide days)
master
- Master branch compatible with the ESP32/8266 without any external hardware
bmp388
- Code for the ESP32 with the BMP822 module for altitude and temperature readings
- Uptime Library by Yiannis Bourkelis
I welcome contributions to this project; please feel free to contribute to this repository by providing documentation to code, submitting issue reports, enhancement requests and pull requests.