Conversation
617099f to
446d354
Compare
|
Hardware: Radiomaster GX12, phone hotspot credentials entered into ELRS backpack flasher Tested this PR vs master branch and found it to work. Master branch: I would have to toggle link mode to MavLink, it would quickly connect to WiFi, then I could toggle back to normal, it would keep connection until power down of radio. PR 219: Quickly connected to WiFi, no need to toggle link mode. Tested twice, with full power cycle on each backpack firmware. Thanks for 219, helps avoid link mode toggle work-around. |
|
This didn't seem to work for the Sentinel AAT integration. The Sentinel AAT doesn't seem to use the bind phrase, so you have to go into it's web UI and click the bind button, then you have 10 seconds to click the bind button in the elrs.lua script. If done correctly you get a bind confirmation on the Sentinel AAT web UI and everything works. I tried multiple times, but never got the bind confirmation to pop up and I still got "No Signal Detected" on the Sentinel AAT. I think it uses the backpack feature, but I was able to get it to work, by downgrading ELRS on my Tx from 4.0 to 3.6.3 and keeping the current version of 1.5.5 on the backpack side. So it seems that the issue wasn't with the backpack firmware, but I'm no expert. edit: I don't know if this is related, but this also may have broken the integration with rapidfire. but I can't be 100% sure as I didn't reflash the rapidfire elrs with your pr backpack software. Do backpack versions have to match? As soon as I reverted back to the backpack release 1.5.5 it the rapidfire integration worked. Ricky |
Did you flash the TX backpack with this PR, thats where the issue lies. |

It appears that on C3 devices, not calling
SetSoftMacAddressbefore going into wifi mode causes some really weird issues. Serial TX no longer works and the wifi does not start correctly. This then breaks all backpack functionality.