1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

Merge pull request #2234 from Asizon/fix_cpuload_status

Fix cpuload value status update after disconnect
This commit is contained in:
Michael Keller 2020-10-20 21:04:14 +13:00 committed by GitHub
commit 57f56f79d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ const INITIAL_CONFIG = {
capability: 0,
cycleTime: 0,
i2cError: 0,
cpuload: 0,
activeSensors: 0,
mode: 0,
profile: 0,