Fixed PlatformIO Build on DEV (#4422)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Expaso
2023-02-13 03:43:52 +01:00
committed by GitHub
parent 78f5c417a4
commit 7a2d7fdd19
8 changed files with 32 additions and 12 deletions
+2
View File
@@ -3,6 +3,7 @@
#include "mqtt_const.h"
#ifdef USE_JSON
#ifdef USE_MQTT
#ifdef USE_LIGHT
@@ -83,3 +84,4 @@ void MQTTJSONLightComponent::dump_config() {
#endif
#endif // USE_MQTT
#endif // USE_JSON