esp_wifi_repeater
esp_wifi_repeater copied to clipboard
Can I add CSS or enhancements to the HTML page in web.h?
Beginner here, i was wondering if I can edit the HTML page to a better presentation with pictures or refreshable content like graphs.
If it is possible, could you share an example how?
You can change the page in web.h. The problem will be, that the "web-server" currently has no full featured send routine, i.e. it sends out only one TCP packet of data. This means, the page shouldn't be much longer.
Messed around a little bit. I could add some more plain HTML text stuff but it really increased by a lot the impact on the Heap memory
Best I could was refreshing the page in a set amount of time.
Suggestions are welcomed :)
Messed around a little bit. I could add some more plain HTML text stuff but it really increased by a lot the impact on the Heap memory
Best I could was refreshing the page in a set amount of time.
Suggestions are welcomed :)
It is a good idea to integrate network scanner in the web interface, facilitating the introduction of ssid bsid ..