A website hosted on an ESP32.
index.html
is the HTML in a more editable state for the site inhelloesp.ino
- You have to upload the
visitors.txt
file located underdata/visitors.txt
for the visitor counter to work. I used PlatformIO to achieve this.
master
- Master branch compatible with the ESP32/8266 without any external hardware
bme280
- Code for the ESP32 with the BME280 module for altitude and temperature readings
oled
- Code for the ESP32 with the BME280 and OLED module for altitude and temperature readings and displaying them on an oled display
- ESPAsyncWebServer by me-no-dev
- 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.