Pre-commit fix

This commit is contained in:
Daniel Öster 2024-09-08 22:12:57 +03:00
parent fca78bef78
commit 373d7a4f0f
3 changed files with 18 additions and 16 deletions

View file

@ -526,7 +526,8 @@ String processor(const String& var) {
#ifdef SERIAL_LINK_RECEIVER
content += "Serial link to another LilyGo board";
#endif // SERIAL_LINK_RECEIVER
#if defined(TESLA_MODEL_S_BATTERY) || defined(TESLA_MODEL_3_BATTERY) || defined(TESLA_MODEL_X_BATTERY) || defined(TESLA_MODEL_Y_BATTERY)
#if defined(TESLA_MODEL_S_BATTERY) || defined(TESLA_MODEL_3_BATTERY) || defined(TESLA_MODEL_X_BATTERY) || \
defined(TESLA_MODEL_Y_BATTERY)
content += "Tesla Model S/3/X/Y";
#endif // TESLA_MODEL_#_BATTERY
#ifdef VOLVO_SPA_BATTERY