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