diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3bed47..e597464 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,5 +16,5 @@ firmware-build: - platformio ci --lib="." --board=esp12e src/examples/mesh/ artifacts: paths: - - .pioenvs/*/firmware.* - - .pioenvs/*/spiffs.bin \ No newline at end of file + - .pioenvs/esp12e/firmware.bin + - .pioenvs/esp12e/spiffs.bin \ No newline at end of file diff --git a/src/examples/basic/ExampleApp.h b/src/examples/basic/ExampleApp.h index 8bad49a..17bb9b0 100644 --- a/src/examples/basic/ExampleApp.h +++ b/src/examples/basic/ExampleApp.h @@ -2,10 +2,9 @@ #define __EXAMPLE_APP__ //#include "Sprocket.h" +#include #include #include "App.h" -#include - using namespace std; using namespace std::placeholders;