When clearing WiFi credentials from a Photon2 / OS 5.7.0 using an extended version of ble_wifi_setup_manager library the following errors are after what is a successful clearing of credential. Can anyone help throw light on what these errors are?
I am using the same approach (disconnecting from cloud and WiFi before deleting) from Photon to reliably clear the credentials and maybe this is the problem.
It looks like it occurs when the interface is down (because it sounds like you disconnected) but the link is still up. I'd guess that it's because the the disconnect hasn't finished yet.
However, it also is in a function to send data, so it's probably not an important error, as if the interface is in the process of disconnecting you probably don't care that data is getting discarded.