Merge branch 'main' into feature/tesla-balancing

This commit is contained in:
Daniel Öster 2024-12-31 18:57:43 +02:00
commit d638626bbe
16 changed files with 127 additions and 30 deletions

View file

@ -650,7 +650,10 @@ String get_firmware_info_processor(const String& var) {
#endif // HW_STARK
#ifdef HW_3LB
doc["hardware"] = "3LB board";
#endif // HW_STARK
#endif // HW_3LB
#ifdef HW_DEVKIT
doc["hardware"] = "ESP32 DevKit V1";
#endif // HW_DEVKIT
doc["firmware"] = String(version_number);
serializeJson(doc, content);