mirror of
https://gitlab.com/wirelos/sprocket-plugin-web.git
synced 2025-12-14 14:01:27 +01:00
use wifi networking
This commit is contained in:
@@ -16,8 +16,8 @@ lib_deps =
|
||||
ESPAsyncTCP
|
||||
ESP8266mDNS
|
||||
ESP Async WebServer
|
||||
painlessMesh
|
||||
https://gitlab.com/wirelos/sprocket-lib.git#develop
|
||||
https://gitlab.com/wirelos/sprocket-network-wifi.git
|
||||
|
||||
[env:basic]
|
||||
src_filter = +<*> -<examples/> +<examples/basic/>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <Updater.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "utils/utils_print.h"
|
||||
#include "utils/print.h"
|
||||
#include "WebUtils.h"
|
||||
#include "WebServerPlugin.h"
|
||||
#include "WebConfigPlugin.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <TaskSchedulerDeclarations.h>
|
||||
#include "Plugin.h"
|
||||
#include "WebServerConfig.h"
|
||||
#include "utils/utils_print.h"
|
||||
#include "utils/print.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace std::placeholders;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "TaskSchedulerDeclarations.h"
|
||||
#include "Plugin.h"
|
||||
#include "WebServerConfig.h"
|
||||
#include "utils/utils_print.h"
|
||||
#include "utils/print.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace std::placeholders;
|
||||
|
||||
Reference in New Issue
Block a user