mirror of
https://gitlab.com/wirelos/sprocket-plugin-mqtt.git
synced 2025-12-15 14:08:20 +01:00
fix import
This commit is contained in:
@@ -13,11 +13,8 @@ lib_deps =
|
|||||||
SPIFFS
|
SPIFFS
|
||||||
ArduinoJson
|
ArduinoJson
|
||||||
ArduinoOTA
|
ArduinoOTA
|
||||||
ESPAsyncTCP
|
|
||||||
ESP8266mDNS
|
|
||||||
ESP Async WebServer
|
|
||||||
painlessMesh
|
|
||||||
https://gitlab.com/wirelos/sprocket-lib.git#develop
|
https://gitlab.com/wirelos/sprocket-lib.git#develop
|
||||||
|
https://gitlab.com/wirelos/sprocket-network-wifi.git
|
||||||
|
|
||||||
[env:basic]
|
[env:basic]
|
||||||
src_filter = +<*> -<examples/> +<examples/basic/>
|
src_filter = +<*> -<examples/> +<examples/basic/>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#include <WiFiClient.h>
|
#include <WiFiClient.h>
|
||||||
#include <PubSubClient.h>
|
#include <PubSubClient.h>
|
||||||
#include <Plugin.h>
|
#include <Plugin.h>
|
||||||
#include "utils/utils_print.h"
|
#include "utils/print.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace std::placeholders;
|
using namespace std::placeholders;
|
||||||
|
|||||||
Reference in New Issue
Block a user