File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/ESP32/AdvancedLED_platformio Expand file tree Collapse file tree 3 files changed +3
-3
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=platformio 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 8
8
; Please visit documentation for the other options and examples
9
9
; http://docs.platformio.org/page/projectconf.html
10
10
[common]
11
- lib_deps_external = ArduinoJson, UniversalTelegramBot
11
+ lib_deps_external = ArduinoJson
12
12
13
13
[env:esp32dev]
14
14
platform = espressif32_stage
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -eux
2
2
3
- platformio ci $PWD /examples/$BOARDTYPE$EXAMPLE_FOLDER$EXAMPLE_NAME / -b $BOARD
3
+ platformio ci $PWD /examples/$BOARDTYPE$EXAMPLE_FOLDER$EXAMPLE_NAME / -b $BOARD --lib= " . "
You can’t perform that action at this time.
0 commit comments