ExpressLRS / ExpressLRS-Configurator

Cross platform configuration & build tool for the ExpressLRS radio link
GNU General Public License v3.0
565 stars 118 forks source link

Wi-Fi turns on with AUTO_WIFI_ON_INTERVAL disabled #603

Closed jurgelenas closed 1 month ago

jurgelenas commented 4 months ago

See: https://github.com/ExpressLRS/ExpressLRS/issues/2699

It was reported by @JyeSmith that it works when using PIO directly, but not when flashed through the configurator.

jurgelenas commented 4 months ago

We need to pass --no-auto-wifi if AUTO_WIFI_ON_INTERVAL option is disabled in https://github.com/ExpressLRS/ExpressLRS-Configurator/blob/a7e58082d8c551d83f0a8efe175e46a95238362d/src/api/src/services/BinaryFlashingStrategy/BinaryConfigurator/index.ts#L143

anti-vaxxer commented 2 months ago

hey jurgelenas I just tried it with Configurator 1.7.0, flashed Happymodel EP1 TCXO and Wi-Fi still turns on with AUTO_WIFI_ON_INTERVAL disabled

jurgelenas commented 2 months ago

hey jurgelenas I just tried it with Configurator 1.7.0, flashed Happymodel EP1 TCXO and Wi-Fi still turns on with AUTO_WIFI_ON_INTERVAL disabled

Can you post configurator logs?

anti-vaxxer commented 2 months ago

Can you post configurator logs?

yes ExpressLRSBuildLog_20240624084442991.txt

jurgelenas commented 1 month ago

Can you post configurator logs?

yes ExpressLRSBuildLog_20240624084442991.txt

Sorry, not these. Can you go to sidebar menu -> logs -> open logs folder and post the file over here?

anti-vaxxer commented 1 month ago

Can you post configurator logs?

yes ExpressLRSBuildLog_20240624084442991.txt

Sorry, not these. Can you go to sidebar menu -> logs -> open logs folder and post the file over here?

oh yes here it is https://file.io/LUYvs1xM89e3

jurgelenas commented 1 month ago

Can you post configurator logs?

yes ExpressLRSBuildLog_20240624084442991.txt

Sorry, not these. Can you go to sidebar menu -> logs -> open logs folder and post the file over here?

oh yes here it is https://file.io/LUYvs1xM89e3

Thanks. I was able to find the root cause for this issue. Will fix this in the next ExpressLRS Configurator release.

jurgelenas commented 1 month ago

Fixed in #632

anti-vaxxer commented 1 month ago

hi @jurgelenas , has your fix not been included in Configurator 1.7.2 ? because this issue persists