DCC-EX / EX-T3-WiFi

ESP32 based WiFi throttle for DCC++
GNU General Public License v3.0
16 stars 4 forks source link

Wi-Fi does not connect if password contains "$" #101

Closed FDrebin closed 7 months ago

FDrebin commented 8 months ago

Describe the bug When entering wireless password for the local Wi-Fi network (not Wi-Fi broadcasted from DCC EX system) and it contains a "$" the wireless network does not connect.

To Reproduce Steps to reproduce the behavior:

  1. Create wireless network with password containing "$"
  2. Navigate to throttle setup
  3. Enter Wi-Fi name and its associated password that contains "$"
  4. Save settings
  5. Watch Wi-Fi not connect

Expected behavior Wireless connects to network.

Screenshots or debug output If applicable, add screenshots or debug output to help explain your problem. Debug output can be obtained from the serial monitor

Additional info NotWorking Working

alex-code commented 8 months ago

That's an odd one, will try and get a test setup to see if I can reproduce.

alex-code commented 8 months ago

Tested on my home WiFi by adding a $ in different places in the password but it connected.

Have you got a mac filter or any other type of security which could block the throttle?

There's a small example on the DFRobot wiki you could try to see if that has the same problem. It'll print to the serial monitor.

https://wiki.dfrobot.com/FireBeetle_Board_ESP32_E_SKU_DFR0654 - 10.3.2 Getting Network Time via WiFi

FDrebin commented 8 months ago

Will have to take a look at the serial monitor!

FDrebin commented 7 months ago

For whatever reason its working now!