https://github.com/mr-addict/esp32-dynamic-web-server
https://github.com/mr-addict/esp32-dynamic-web-server
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr-addict/esp32-dynamic-web-server
- Owner: MR-Addict
- License: gpl-3.0
- Created: 2021-08-18T13:02:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T13:10:27.000Z (over 4 years ago)
- Last Synced: 2025-03-01T23:29:16.882Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32-Dynamic-Web-Server
This is a template for ESP32 WIFI SERVER, which has many features: static ip address(192.168.137.77)that you can set in your code,user authentication that protect your project, and the most AWESOME thing is that it has DYNAMIC WEB PAGE,which allows you to control something such as a LED status, WITHOUT refresh the web page.

