Skip to content

Commit 9359f0b

Browse files
committed
Fix include style
1 parent be74196 commit 9359f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/wled.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155

156156
#include "src/dependencies/e131/ESPAsyncE131.h"
157157
#ifndef WLED_DISABLE_MQTT
158-
#include "AsyncMqttClient.h"
158+
#include <AsyncMqttClient.h>
159159
#endif
160160

161161
#define ARDUINOJSON_DECODE_UNICODE 0

0 commit comments

Comments
 (0)