1
0
Fork 0
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:
Michael Jakob 2016-12-07 22:33:47 +01:00
parent 678d2f81ba
commit 590b01a77e
17 changed files with 65 additions and 155 deletions

View file

@ -158,6 +158,10 @@ void init(void)
detectHardwareRevision();
#endif
#ifdef BRUSHED_ESC_AUTODETECT
detectBrushedESC();
#endif
initEEPROM();
ensureEEPROMContainsValidData();