Show a timeout for in flight rearming#9769
Conversation
If possible, this will show a countdown time for how long the pilot has to rearm in flight. This was a part of #9688, which wasn't working as expected. This part should work, and give the pilots useful information. Currently not tested. Will test in HITL, then in flight asap.
If the save is happening, writing to EEPROM locks up the FC. This change will only show the rearm message if the FC is not currently saving. If rearm is available, the `** SETTINGS SAVED**` message will not appear, to maximise time for rearm. If rearm is not available. The save messages display as normal.
No, this is just to show the timer. I have another branch I’m working on that aims to not save in flight. But there are issues that need more time given to them to solve. #9688 |
Ah, ok! Just the timer will be a nice thing already. :) |
|
@DzikuVx did you get a chance to test this in flight? I still needed to get that done, especially with MSP DisplayPort. This may have been merged prematurely. |
|
I tested again just to be sure. And it prevents inflight rearming from working with quads that are using MSP displayport (Avatar anyway). Very strange behavior. |
If possible, this will show a countdown time for how long the pilot has to rearm in flight. This was a part of #9688, which wasn't working as expected. This part should work, and give the pilots useful information.
Tested in HITL. Will test in flight asap.