dl9rdz / rdz_ttgo_sonde

259 stars 92 forks source link

delayed wifi connection #441

Open samkosbn opened 4 weeks ago

samkosbn commented 4 weeks ago

Hi all,

there is an issue when power failure occurs. rdz_ttgo_sonde boots faster than WiFi router after Power ON and it doesn´t connect to the WiFi. rdz_ttgo_sonde switches to the AP mode in this case...

It will be nice to reconnect to the WiFi router after a few minutes.

FW: version master_v0.9.4 WiFi mode: 4 (maybe not supported for master_v0.9.4, but 1 is not working in my case...)

hr-ru commented 4 weeks ago

I added WiFi mode 4 for exactly this purpose. WiFi mode 4 is available starting devel20240107, but it is not yet supported in master_v0.9.4. If you want to use this feature, I suggest you use the devel version (I will release a new master version soon as well).

WiFi mode 1 should also work, the switch to AP mode should happen only in WiFi mode 3.