Added teng low and high update in config on task

This commit is contained in:
2026-03-27 23:43:56 +01:00
parent 812f391042
commit fedbdd2739
2 changed files with 30 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ private:
int reset_cfg();
int write_vbat_cal(double val);
int write_vbat_low(double val);
int write_teng_low(double val);
int write_teng_high(double val);
public:
int push(const Task &task) override;