TimeoutForFirmwareUpdate
defaults to 15000, but should default to Timeout
instead
#1838
Labels
enhancement
Improvement of an existing feature
Found by Ralf. When flashing large firmware files to the Mega, Mobiflight will attempt to query via GetInfo before the flashing is complete, even if you set
Timeout
to a higher value.This is because by default the
TimeoutForFirmwareUpdate
property is omitted from the mega.board.json file and you have to know to set it.Instead, we should just default
TimeoutForFirmwareUpdate
to the value ofTimeout
if no specific one is specified in the board.json file.The text was updated successfully, but these errors were encountered: