Search found 2 matches

by jwolf02
Thu Aug 15, 2024 1:37 pm
Forum: General Discussion
Topic: No WiFi SSIDs in result after scanning
Replies: 2
Views: 724

Re: No WiFi SSIDs in result after scanning

I do not think this is the issue. I only use about 50% of the available RAM.
Moreover the SSID in the structure is stored as
  1. char ssid[33];
so it has to be allocated anyway therefore memory cannot be the issue why this does not work.
by jwolf02
Tue Aug 13, 2024 11:53 am
Forum: General Discussion
Topic: No WiFi SSIDs in result after scanning
Replies: 2
Views: 724

No WiFi SSIDs in result after scanning

Hello, I am currently fighting against the WiFi scan in the ESP32. Occasionally when I trigger a scan it gets executed successfully and results are returned by the callback (I am using it in the non-blocking mode) but then the SSIDs are just empty strings besides all the other parameters like RSSI o...