Wired in teng low and high in config and wired in command handler

This commit is contained in:
2026-03-27 23:37:35 +01:00
parent 618ed9a19f
commit 812f391042
5 changed files with 67 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ enum task_type : uint8_t {
TASK_CONFIG_CFG_RESET,
TASK_CONFIG_VBAT_CAL_SET,
TASK_CONFIG_VBAT_SET_LOW,
TASK_CONFIG_TENG_SET_LOW,
TASK_CONFIG_TENG_SET_HIGH,
TASK_BATTERY_CAL,
TASK_ALL_CONFIG_UPDATED,
};