You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for all this, a lot of work gone into it!
I tried the test_wifi_speed_flash arduino sketch. Just copied it, and updated the secrets. First connect was about 4000ms, then it did the fast connect (I checked the res = _fast_connect(); on line 46 to make sure it really was succeeding to fast connect), and the time was about 1400ms, sometimes as low as 1300ms.
Is this as fast as possible? Or did I use the wrong code? I was expecting about 170ms. I did try to reconnect before deepsleeping and it was about 200ms, so I guess that is what you mean by the min being 170ms? I was just hoping I could get 170ms after waking up from a deepsleep, but it appears to be about 1300ms at the min
Btw this is on a Wemos D1 mini.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for all this, a lot of work gone into it!
I tried the test_wifi_speed_flash arduino sketch. Just copied it, and updated the secrets. First connect was about 4000ms, then it did the fast connect (I checked the
res = _fast_connect();
on line 46 to make sure it really was succeeding to fast connect), and the time was about 1400ms, sometimes as low as 1300ms.Is this as fast as possible? Or did I use the wrong code? I was expecting about 170ms. I did try to reconnect before deepsleeping and it was about 200ms, so I guess that is what you mean by the min being 170ms? I was just hoping I could get 170ms after waking up from a deepsleep, but it appears to be about 1300ms at the min
Btw this is on a Wemos D1 mini.
Thanks
The text was updated successfully, but these errors were encountered: