Changeset 12 for ecs_cellMon/firmware/inc
- Timestamp:
- Jun 12, 2023, 12:34:28 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ecs_cellMon/firmware/inc/sysdata.h
r11 r12 133 133 134 134 //--- GLOBALE DEFINES ---------------------------------------------------------- 135 #define CMD_NOCMD 0 136 #define CMD_SAVE_PARAMETER_TO_EEPROM 1 137 #define CMD_APPLY_MB_PARAMETER 2 138 #define CMD_RESET_FACTORY 3 139 #define CMD_RESET 4 140 #define CMD_SAVE_LOCK_KEY 5 141 #define CMD_RESET_COUNTERS 6 142 #define CMD_RESET_MIN_MAX_VALUES 7 143 #define CMD_SAVE_SN 12345 135 #define CMD_NOCMD 0 136 #define CMD_SAVE_PARAMETER_TO_EEPROM 1 137 #define CMD_APPLY_MB_PARAMETER 2 138 #define CMD_RESET_FACTORY 3 139 #define CMD_RESET 4 140 #define CMD_SAVE_LOCK_KEY 5 141 #define CMD_RESET_COUNTERS 6 142 #define CMD_RESET_MIN_MAX_VALUES 7 143 #define CMD_DELAY 8 144 #define CMD_SAVE_SN 12345 144 145 145 146
Note: See TracChangeset
for help on using the changeset viewer.