esp_wifi_repeater icon indicating copy to clipboard operation
esp_wifi_repeater copied to clipboard

Can I add CSS or enhancements to the HTML page in web.h?

Open lawrencerb opened this issue 4 years ago • 3 comments

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?

lawrencerb avatar Apr 30 '20 13:04 lawrencerb

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.

martin-ger avatar May 03 '20 09:05 martin-ger

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 :)

lawrencerb avatar May 06 '20 15:05 lawrencerb

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 ..

duile11 avatar May 31 '20 14:05 duile11