Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kike-canaries/canairio_sensorlib …
Browse files Browse the repository at this point in the history
…into wio_terminal
  • Loading branch information
hpsaturn committed Jun 8, 2022
2 parents c8caa3f + 48642b3 commit 330625d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
- name: Submitted library code test
run: |
pio run
- name: PlatformIO registry test (M5Atom example)
- name: PlatformIO registry test (M5CoreInk example)
run: |
cd examples/m5atom
git clone https://github.com/hpsaturn/co2_m5coreink.git
cd co2_m5coreink
pio run
6 changes: 3 additions & 3 deletions examples/m5coreink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[env:m5stack-core-esp32]
platform = espressif32
board = m5stack-core-esp32
board = m5stack-coreink
monitor_speed = 115200
framework = arduino
monitor_filters = time
Expand All @@ -19,6 +19,6 @@ build_flags =
-D CORE_DEBUG_LEVEL=0

lib_deps =
hpsaturn/CanAirIO Air Quality Sensors Library @ ^0.5.0
hpsaturn/CanAirIO Air Quality Sensors Library @ ^0.5.5
https://github.com/ZinggJM/GxEPD2.git
https://github.com/hpsaturn/M5-CoreInk.git#fix_inkEnable_issue
https://github.com/hpsaturn/M5-CoreInk.git#fix_inkEnable_issue
5 changes: 4 additions & 1 deletion examples/m5coreink/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
* This project using CanAirIO Sensors Library. You can find the library here:
* https://github.com/kike-canaries/canairio_sensorlib
*
* The source code, documentation and the last version of this project here:
* == W A R N I N G ==
*
* The source code, documentation and the **last version** of this sample is here:
* https://github.com/hpsaturn/co2_m5coreink
*
* ==================
* Tested with:
*
* - One SCD30 (C02 sensor)
Expand Down

0 comments on commit 330625d

Please sign in to comment.