Skip to content

Commit

Permalink
fixed board type issue and set to the last version of SensorsLib
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jun 5, 2022
1 parent eca5d73 commit 392a7a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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 392a7a3

Please sign in to comment.