mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Fix cpuload value update
This commit is contained in:
parent
0d87c1ab5c
commit
075d45d80f
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ const INITIAL_CONFIG = {
|
||||||
capability: 0,
|
capability: 0,
|
||||||
cycleTime: 0,
|
cycleTime: 0,
|
||||||
i2cError: 0,
|
i2cError: 0,
|
||||||
|
cpuload: 0,
|
||||||
activeSensors: 0,
|
activeSensors: 0,
|
||||||
mode: 0,
|
mode: 0,
|
||||||
profile: 0,
|
profile: 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue