mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Add webserver text when Volvo SPA battery used
This commit is contained in:
parent
f4f32e0238
commit
f533e938a3
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue