1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Added 'hardware' selector to CLI 'diff' / 'dump'.

This commit is contained in:
mikeller 2019-03-06 03:21:40 +13:00
parent 0af5c29e8f
commit 081756febe
3 changed files with 160 additions and 144 deletions

View file

@ -158,6 +158,7 @@ typedef enum {
MASTER_VALUE = (0 << VALUE_SECTION_OFFSET),
PROFILE_VALUE = (1 << VALUE_SECTION_OFFSET),
PROFILE_RATE_VALUE = (2 << VALUE_SECTION_OFFSET),
HARDWARE_VALUE = (3 << VALUE_SECTION_OFFSET), // Part of the master section, but used for the hardware definition
// value mode, bits 5-6
MODE_DIRECT = (0 << VALUE_MODE_OFFSET),