-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssid length error #4
Comments
I will investigate this as soon as I found some free time. Thanks for feedback. |
Thanks a lot for the answer.Il 15 mar 2022 18:34, Alija Bobija ***@***.***> ha scritto:
I will investigate this as soon as I found some free time. Thanks for feedback.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This issue is same as issue #6, let's close this and continue further discussion there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I found a problem on the plugin.
In case the SSID length is less than 9 characters it trow this error:
[VERBOSE-2:dart_isolate.cc(1111)] Unhandled exception:
RangeError: Invalid value: Not in inclusive range 0..72: 75
#0 List.insertAll (dart:core-patch/growable_array.dart:44:7)
#1 EspTouch._dataCodes. (package:esp_smartconfig/src/protocols/esptouch.dart:62:17)
#2 _IntListMixin.forEach (dart:typed_data-patch/typed_data_patch.dart:215:8)
#3 EspTouch._dataCodes (package:esp_smartconfig/src/protocols/esptouch.dart:60:19)
#4 EspTouch.prepare (package:esp_smartconfig/src/protocols/esptouch.dart:27:19)
#5 Provisioner._startProvisioning (package:esp_smartconfig/src/provisioner.dart:201:9)
The text was updated successfully, but these errors were encountered: