martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 896 forks source link

Updated UI - Code #516

Open jcjms opened 1 year ago

jcjms commented 1 year ago

Dear Martin-ger, I am a big fan of this project and have been using it for years. That's why I decided to build a simple UI. Because of problems with Docker, I can't test whether it works properly with the esp and therefore don't want to create a pull request. I hope you like it. If you want to use it would appreciate some form of credit. Kind regards, jcjms.

PS: the heart in the footer isn't displayed properly because of my server. The HTML file itself works great. Also the MAC address is a dummy address.

web.h.txt styles.css.txt chevron-down-regular-24 esp8266 lock-alt-regular-24 lock-open-alt-regular-24 refresh-regular-24

ElonGaties commented 1 year ago

You would need to have the files hosted by the board as well or just hardcode them directly into the web.h right?

jcjms commented 1 year ago

@VilotStar hardcoding them into the web.h should work. I've included it in the post