omarkhorshid / OpenRad

Introducing OpenRad, a simple radiation monitoring solution powered by the SBM-20 GM tube and TTGO ESP32 microcontroller. this project offers a user-friendly approach to way to track radiation levels.
BSD 3-Clause "New" or "Revised" License
52 stars 7 forks source link

Issue with WiFi SSID names #3

Closed DarS007 closed 1 month ago

DarS007 commented 1 month ago

Let me first thank You for the amazing piece of code! Great! I compiled it yesterday and successfully flashed to TTGO-Display. Pure joy. However, today I faced an issue with proper settings for my WiFi. SSID of my WiFi has a hyphen/dash character in the middle (something like 'big-cow'). Your code properly displays it on the list of available networks, but when I select it (plus type the password) and try to save, I see the following error message: Please match the requested format. Please enter only alphanumeric characters. 20240913-fw_OpenRAD-bug-WiFi_SSID_name

Any chance to correct this misbehavior? Hyphens/dashes are legitimate characters for SSID names, so such error should not be generated.

Regards! -DarS007

M-run commented 1 month ago

Hi @DarS007

I’ve addressed the issue with the commit 09f67e0d99689ceec68074ea8dbd705513cdf6f6. Could you please test it and let me know if it resolves the problem on your end? Once we confirm that everything is working as expected, I’ll go ahead and close the issue.

Thanks for your help!

Best, M-run

DarS007 commented 1 month ago

Dear @M-run Thanks! Of course, the fix worked like a charm :-) Your change was in 'data' folder, so the Filesystem Image replacement sufficed to repair the bug. Go ahead and close the issue. Once again, thank you for such marvelous code! Let me test it further. Regards, -DarS007

M-run commented 1 month ago

Dear @DarS007 You're very welcome! I'm really glad the fix worked. And thank you for your kind words. Thanks again for the feedback, and I hope everything continues to run smoothly for you.

Best regards, M-run