mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Move SOH reading, add webserver string
This commit is contained in:
parent
9be8bc6455
commit
6eb0881553
2 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue