🎨 add pylon LV to webserver and inverters.h

This commit is contained in:
Jakob Löw 2024-10-15 15:50:10 +02:00
parent ed4161ee0b
commit 7a9057287a
No known key found for this signature in database
GPG key ID: B77685F55C7C46C6
2 changed files with 7 additions and 0 deletions

View file

@ -495,6 +495,9 @@ String processor(const String& var) {
#ifdef PYLON_CAN
content += "Pylontech battery over CAN bus";
#endif // PYLON_CAN
#ifdef PYLON_LV_CAN
content += "Pylontech LV battery over CAN bus";
#endif // PYLON_LV_CAN
#ifdef SERIAL_LINK_TRANSMITTER
content += "Serial link to another LilyGo board";
#endif // SERIAL_LINK_TRANSMITTER