Move SOH reading, add webserver string

This commit is contained in:
Daniel Öster 2024-07-29 16:09:49 +03:00
parent 9be8bc6455
commit 6eb0881553
2 changed files with 9 additions and 6 deletions

View file

@ -517,6 +517,9 @@ String processor(const String& var) {
#ifdef RENAULT_ZOE_GEN2_BATTERY
content += "Renault Zoe Gen2 50";
#endif
#ifdef SANTA_FE_PHEV_BATTERY
content += "Santa Fe PHEV";
#endif
#ifdef SERIAL_LINK_RECEIVER
content += "Serial link to another LilyGo board";
#endif