File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function build_pio_sketch(){ # build_pio_sketch <board> <options> <path-to-ino>
21
21
local sketch_dir=$( dirname " $sketch " )
22
22
echo " "
23
23
echo " Compiling '" $( basename " $sketch " ) " ' ..."
24
- python -m platformio ci --board " $board " " $sketch_dir " --project-option=" $options "
24
+ python -m platformio ci --board " $board " " $sketch_dir " --project-option=" $options " --project-options= " framework=arduino "
25
25
}
26
26
27
27
function count_sketches(){ # count_sketches <examples-path>
Original file line number Diff line number Diff line change 1
1
#ifndef SPIFFSEditor_H_
2
2
#define SPIFFSEditor_H_
3
3
#include < ESPAsyncWebServer.h>
4
+ #ifdef ESP8266
5
+ #include < LittleFS.h>
6
+ #endif
4
7
5
8
// this indicates that this implementation will not serve the wsec.json file from FS
6
9
#define SPIFFS_EDITOR_AIRCOOOKIE
You can’t perform that action at this time.
0 commit comments