You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to send custom data to the esp using the espTouchV2 protocol, but it's not working.
there is no error message also no logs in the app or in the Arduino code, so it's not connected but also there is no error message await provisioner.start(ProvisioningRequest.fromStrings( ssid: "my network", bssid: "v3:s6:24:6v:61:9o", password: "mynetworkpassword", reservedData: "568", encryptionKey: "MyEncryptionKey0" )
The text was updated successfully, but these errors were encountered:
I'm trying to send custom data to the esp using the espTouchV2 protocol, but it's not working.
there is no error message also no logs in the app or in the Arduino code, so it's not connected but also there is no error message
await provisioner.start(ProvisioningRequest.fromStrings( ssid: "my network", bssid: "v3:s6:24:6v:61:9o", password: "mynetworkpassword", reservedData: "568", encryptionKey: "MyEncryptionKey0" )
The text was updated successfully, but these errors were encountered: