use wifi networking

This commit is contained in:
2018-11-16 19:55:34 +01:00
parent 5db37eeaef
commit 4fbf9b2090
4 changed files with 4 additions and 4 deletions

View File

@@ -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/>

View File

@@ -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"

View File

@@ -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;

View File

@@ -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;