Arduino_ConnectionHandler icon indicating copy to clipboard operation
Arduino_ConnectionHandler copied to clipboard

first iteration of WiFiConnectionHandler with Dynamic SSID:PASS pair

Open ubidefeo opened this issue 3 years ago • 2 comments

This PR adds a class which supports instantiation without SSID and PASS in order to dynamically set them at later time using setWiFiCredentials(String, String). This allows a machine to get their WiFi credentials passed in at startup time via means of storage, effectively removing such credentials from the firmware.

ubidefeo avatar May 22 '21 10:05 ubidefeo

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 22 '21 10:05 CLAassistant

@aentinger I found out that I was behind on my local branch with some changes, have now pulled the upstream, merged into my branch WiFiCredentials-dynamic and pushed again. Strangely enough my version of Arduino_ConnectionHandler.h was missing the || defined(ARDUINO_NANO_RP2040_CONNECT) but it wasn't showing up in changed files.

It now appears to be aligned, please take a look and let me know if you want me to make changes

u.

ubidefeo avatar May 24 '21 11:05 ubidefeo