fix misplaced closing bracket
This commit is contained in:
@@ -1155,9 +1155,9 @@ void serializeInfo(JsonObject root)
|
|||||||
#else
|
#else
|
||||||
root[F("psrmode")] = F("dio");
|
root[F("psrmode")] = F("dio");
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// begin WLEDMM
|
// begin WLEDMM
|
||||||
#ifdef ARDUINO_ARCH_ESP32
|
#ifdef ARDUINO_ARCH_ESP32
|
||||||
|
|||||||
Reference in New Issue
Block a user