mirror of
https://github.com/eddyem/small_tel.git
synced 2026-05-07 13:27:06 +03:00
added 'level' changing
This commit is contained in:
@@ -39,7 +39,8 @@ typedef enum{
|
||||
VAL_OBLIGATORY, // can't be omitted
|
||||
VAL_RECOMMENDED, // recommended to show
|
||||
VAL_UNNECESSARY, // may be shown by user request
|
||||
VAL_BROKEN // sensor is broken, omit it
|
||||
VAL_BROKEN, // sensor is broken, omit it
|
||||
VAL_AMOUNT // amount of values
|
||||
} valsense_t;
|
||||
|
||||
// meaning of values
|
||||
|
||||
Reference in New Issue
Block a user