Add webserver text when Volvo SPA battery used

This commit is contained in:
Daniel 2024-02-29 13:35:27 +02:00
parent f4f32e0238
commit f533e938a3
2 changed files with 4 additions and 1 deletions

View file

@ -450,6 +450,9 @@ String processor(const String& var) {
#ifdef TESLA_MODEL_3_BATTERY
content += "Tesla Model S/3/X/Y";
#endif
#ifdef VOLVO_SPA_BATTERY
content += "Volvo SPA XC40 Recharge / Polestar2 78kWh battery";
#endif
#ifdef TEST_FAKE_BATTERY
content += "Fake battery for testing purposes";
#endif