ayushsharma82 / ESPConnect

[Deprecated] Simple & Easy WiFi Manager with Captive Portal for ESP8266 / ESP32
GNU General Public License v3.0
93 stars 30 forks source link

Support for Hidden & Mesh Networks #15

Open atfox98 opened 1 year ago

atfox98 commented 1 year ago

Several changes:

1) Added a .code-workspace file for VSCode. I can add this to the .gitignore if you don't want it. 2) Replaced frontend tooling with vite (more info in commit message) 3) Removed duplicate SSID's. Did this on the browser side. This was a problem with mesh networks. 4) Added support for hidden networks (implementation details in commit message)