mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Generalize brushed ESC auto detection
Used for all AlienFlight and SPRACINGF3EVO targets
This commit is contained in:
parent
678d2f81ba
commit
590b01a77e
17 changed files with 65 additions and 155 deletions
|
@ -158,6 +158,10 @@ void init(void)
|
|||
detectHardwareRevision();
|
||||
#endif
|
||||
|
||||
#ifdef BRUSHED_ESC_AUTODETECT
|
||||
detectBrushedESC();
|
||||
#endif
|
||||
|
||||
initEEPROM();
|
||||
|
||||
ensureEEPROMContainsValidData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue