why is this working on pio/windows?

This commit is contained in:
Thomas Göttgens 2022-11-22 15:03:01 +01:00
parent 23466d8eee
commit 71c2af04ec

View File

@ -12,7 +12,7 @@
#include <WiFi.h> #include <WiFi.h>
#endif #endif
#include <assert.h> #include <assert.h>
#include "json.h" #include "mqtt/JSON.h"
MQTT *mqtt; MQTT *mqtt;