dl9rdz / rdz_ttgo_sonde

259 stars 92 forks source link

WiFi password length problems. #372

Closed JDat closed 5 months ago

JDat commented 10 months ago

I have 30 character long WiFi password on my router. Looks like RDZsonde code support only up to 8 characters. Can you increase WiFi password length to 30 characters?

dl9rdz commented 10 months ago

No, there is no limitation in password size in my code. (ESP32 code might limit password length to 32 characters I think)

On 3 Aug 2023, at 17:41, JDat @.***> wrote:

I have 30 character long WiFi password on my router. Looks like RDZsonde code support only up to 8 characters. Can you increase WiFi password length to 30 characters?

— Reply to this email directly, view it on GitHub https://github.com/dl9rdz/rdz_ttgo_sonde/issues/372, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRI52GM37AZFQB3C4GPLADXTPPGNANCNFSM6AAAAAA3DDTVME. You are receiving this because you are subscribed to this thread.

dl9rdz commented 10 months ago

Just as a quick follow-up, maybe another possibilityis that you have some special characters in the password that are not handled correctly by the web interface. You could try editing the password file directly (Arduino or PIO file system upload, or http://rdzsonde.local/edit.html?file=networks.txt)

JDat commented 10 months ago

No, I am using only Latin alphabet and numbers. Just turned on, got latest update. Looks like everything working. We can close issue.

dl9rdz commented 5 months ago

Closing this issue. The other problem with not properly quoting " chars in the password (in the web interface) has also been fixed now.