Remove unused LUNA library

This commit is contained in:
Daniel Öster 2024-08-30 12:21:59 +03:00
parent 3bf8fa4be9
commit 73d4d0777f
8 changed files with 0 additions and 85 deletions

View file

@ -457,9 +457,6 @@ String processor(const String& var) {
#ifdef BYD_MODBUS
content += "BYD 11kWh HVM battery over Modbus RTU";
#endif
#ifdef LUNA2000_MODBUS
content += "Luna2000 battery over Modbus RTU";
#endif
#ifdef PYLON_CAN
content += "Pylontech battery over CAN bus";
#endif