Add weather temperature sensor flag

This commit is contained in:
2026-06-05 01:55:07 -06:00
parent 8a31048646
commit 261d8983df
7 changed files with 60 additions and 8 deletions
@@ -17,6 +17,7 @@ struct TempSensorConfig {
String name;
String address;
bool enabled;
bool weather;
};
struct BmsConfig {