Closed
Description
The app EspTouch V2 has an AES-encryption code, which is very intresting. But how can this be implemented on the ESP32 itself or any similar Code-check before allowing a change of Password or connection?
Esp-IDF seems to already have an update for it (esp-idf/examples/wifi/smart_config)
Please are there any detailed examples or steps to be followed? (I am programming with Arduino-Framework on Platformio).
- I use the following Libaries and Code
- https://github.com/EspressifApp/EsptouchForAndroid
- https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiSmartConfig/WiFiSmartConfig.ino
Thanks