File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
examples/ESP32/AdvancedLED_platformio Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 20
20
- SCRIPT=platformioSingle EXAMPLE_NAME=PhotoFromFileID EXAMPLE_FOLDER=/SendPhoto/ BOARDTYPE=ESP8266 BOARD=d1_mini
21
21
- SCRIPT=platformioSingle EXAMPLE_NAME=Location EXAMPLE_FOLDER=/ BOARDTYPE=ESP8266 BOARD=d1_mini
22
22
- SCRIPT=platformioSingle EXAMPLE_NAME=ChannelPost EXAMPLE_FOLDER=/ BOARDTYPE=ESP8266 BOARD=d1_mini
23
- # - SCRIPT=platformioSingle EXAMPLE_NAME=AdvancedLED_platformio EXAMPLE_FOLDER=/ BOARDTYPE=ESP32 BOARD=esp32dev
23
+ - SCRIPT=platformio EXAMPLE_NAME=AdvancedLED_platformio EXAMPLE_FOLDER=/ BOARDTYPE=ESP32 BOARD=esp32dev
24
24
25
25
26
26
install :
Original file line number Diff line number Diff line change 7
7
;
8
8
; Please visit documentation for the other options and examples
9
9
; http://docs.platformio.org/page/projectconf.html
10
+ [common]
11
+ lib_deps_external = ArduinoJson, UniversalTelegramBot
10
12
11
13
[env:esp32dev]
12
14
platform = espressif32_stage
13
15
board = esp32dev
14
16
framework = arduino
15
- build_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_SSL
17
+ lib_deps = ${common.lib_deps_external}
Original file line number Diff line number Diff line change
1
+ #! /bin/sh -eux
2
+
3
+ platformio ci $PWD /examples/$BOARDTYPE$EXAMPLE_FOLDER$EXAMPLE_NAME / -b $BOARD
You can’t perform that action at this time.
0 commit comments