mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Use peak tracking as default for task duration estimation rather than a moving average
This commit is contained in:
parent
bfd597a449
commit
29d221502e
23 changed files with 100 additions and 91 deletions
|
@ -2889,7 +2889,7 @@ static mspResult_e mspProcessInCommand(mspDescriptor_t srcDesc, int16_t cmdMSP,
|
|||
|
||||
// This is going to take some time and won't be done where real-time performance is needed so
|
||||
// ignore how long it takes to avoid confusing the scheduler
|
||||
ignoreTaskStateTime();
|
||||
schedulerIgnoreTaskStateTime();
|
||||
|
||||
writeEEPROM();
|
||||
readEEPROM();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue