Fix Threshold and improve program and UI features

This commit is contained in:
2026-07-10 20:00:31 -05:00
parent c6213e1752
commit e56543e2fd
6 changed files with 137 additions and 18 deletions

View File

@@ -38,6 +38,10 @@
#define PROGRAM_TOLERANCE_C 0.25f
#endif
#ifndef PROGRAM_DEFAULT_MAX_RUNTIME_MINUTES
#define PROGRAM_DEFAULT_MAX_RUNTIME_MINUTES 5
#endif
#ifndef PROJECT_NAME
#define PROJECT_NAME "TSL Bed Cooler"
#endif
@@ -113,6 +117,8 @@ extern bool ledInverted;
extern bool pumpEnabled;
extern ProgramMode programMode;
extern float programTargetC;
extern float programToleranceC;
extern uint16_t programMaxRuntimeMinutes;
extern String updateUrl;
extern String networkHostname;
extern bool networkDhcp;