mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 13:55:12 +03:00
Added support for flashing AVR multi on horus targets (#6888)
* Added support for flashing AVR multi on horus targets taranis soft serial Added support for flashing AVR multi on horus targets taranis soft serial * Added support for multi V2 signature (hex code) * Check multi signature before flashing * small clean-up * Cosmetics * Fix v2 signature check * Cosmetics
This commit is contained in:
parent
f1d8083064
commit
aaafe445db
26 changed files with 544 additions and 88 deletions
|
@ -35,6 +35,7 @@ extern uint8_t currentTrainerMode;
|
|||
|
||||
void checkTrainerSignalWarning();
|
||||
void checkTrainerSettings();
|
||||
void forceResetTrainerSettings();
|
||||
|
||||
// Needs to be inlined to avoid slow function calls in ISR routines
|
||||
inline void captureTrainerPulses(uint16_t capture)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue