mirror of
https://gitlab.com/wirelos/sprocket-plugin-web.git
synced 2025-12-15 06:12:22 +01:00
use wifi networking
This commit is contained in:
@@ -16,8 +16,8 @@ lib_deps =
|
|||||||
ESPAsyncTCP
|
ESPAsyncTCP
|
||||||
ESP8266mDNS
|
ESP8266mDNS
|
||||||
ESP Async WebServer
|
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/>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#include <Updater.h>
|
#include <Updater.h>
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "utils/utils_print.h"
|
#include "utils/print.h"
|
||||||
#include "WebUtils.h"
|
#include "WebUtils.h"
|
||||||
#include "WebServerPlugin.h"
|
#include "WebServerPlugin.h"
|
||||||
#include "WebConfigPlugin.h"
|
#include "WebConfigPlugin.h"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#include <TaskSchedulerDeclarations.h>
|
#include <TaskSchedulerDeclarations.h>
|
||||||
#include "Plugin.h"
|
#include "Plugin.h"
|
||||||
#include "WebServerConfig.h"
|
#include "WebServerConfig.h"
|
||||||
#include "utils/utils_print.h"
|
#include "utils/print.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace std::placeholders;
|
using namespace std::placeholders;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#include "TaskSchedulerDeclarations.h"
|
#include "TaskSchedulerDeclarations.h"
|
||||||
#include "Plugin.h"
|
#include "Plugin.h"
|
||||||
#include "WebServerConfig.h"
|
#include "WebServerConfig.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