abobija / esp-smartconfig-dart

EspTouch and EspTouchV2 implementations of SmartConfig provisioning protocols. Plain Dart. All platforms.
https://pub.dev/packages/esp_smartconfig
MIT License
46 stars 11 forks source link

esp provisioning v2 not working #8

Closed belalgamal0 closed 1 year ago

belalgamal0 commented 1 year ago

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" )