File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,16 @@ jobs:
3434 - name : Basic Arduino IDE example test
3535 run : |
3636 cd examples/advanced_sensirion
37- pio run -s
38- - name : PlatformIO registry test (M5CoreInk project)
37+ pio run
38+ - name : PlatformIO registry backward (M5CoreInk project)
3939 run : |
4040 git clone https://github.com/hpsaturn/co2_m5coreink.git
4141 cd co2_m5coreink
42- pio run -s
42+ pio run
43+ - name : PlatformIO registry lastest (M5Atom project)
44+ run : |
45+ cd examples/m5atom
46+ pio run
4347 - name : All archictures tests
4448 run : |
4549 pio run
Original file line number Diff line number Diff line change 1010
1111[platformio]
1212src_dir = .
13- lib_dir = ../..
14- extra_configs = ../../unified-lib-deps.ini
1513
1614[env:esp32dev]
1715platform = espressif32
@@ -23,6 +21,6 @@ build_flags =
2321 -D CORE_DEBUG_LEVEL =0
2422 -D M5ATOM
2523lib_deps =
24+ hpsaturn/CanAirIO Air Quality Sensors Library @ 0.7.4
2625 fastled/FastLED@^3.5.0
2726 m5stack/M5Atom@^0.0.7
28- ${commonlibs.lib_deps}
You can’t perform that action at this time.
0 commit comments