mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 05:24:30 +01:00
example ci build
This commit is contained in:
@@ -16,5 +16,5 @@ firmware-build:
|
|||||||
- platformio ci --lib="." --board=esp12e src/examples/mesh/
|
- platformio ci --lib="." --board=esp12e src/examples/mesh/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- .pioenvs/*/firmware.*
|
- .pioenvs/esp12e/firmware.bin
|
||||||
- .pioenvs/*/spiffs.bin
|
- .pioenvs/esp12e/spiffs.bin
|
||||||
@@ -2,10 +2,9 @@
|
|||||||
#define __EXAMPLE_APP__
|
#define __EXAMPLE_APP__
|
||||||
|
|
||||||
//#include "Sprocket.h"
|
//#include "Sprocket.h"
|
||||||
|
#include <ESPAsyncWebServer.h>
|
||||||
#include <TaskSchedulerDeclarations.h>
|
#include <TaskSchedulerDeclarations.h>
|
||||||
#include "App.h"
|
#include "App.h"
|
||||||
#include <ESPAsyncWebServer.h>
|
|
||||||
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace std::placeholders;
|
using namespace std::placeholders;
|
||||||
|
|||||||
Reference in New Issue
Block a user