Open shafr opened 3 years ago
Since we are already using EspAsyncWebServer and LittleFS it should be possible to do the following:
This should do a trick: https://github.com/Hieromon/AutoConnect
Another approach would be in using platformio build_flags & github_secrets:
build_flags
build_flags = -D 'WIFI_SERVER_AP_NAME="${sysenv.WIFI_SERVER_AP_NAME}"'
Since we are already using EspAsyncWebServer and LittleFS it should be possible to do the following: