Skip to content

Commit

Permalink
Some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Sep 26, 2024
1 parent a947ae2 commit 0e6b065
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
8 changes: 7 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@
"arduino"
],
"platforms": "espressif32",
"license": "MIT"
"license": "MIT",
"export": {
"exclude":
[
"docs/html"
]
}
}
14 changes: 5 additions & 9 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
; For UnitTest and examples (Using M5UnitUnified)
;-----------------------------------------------------------------------
[platformio]
;default_envs = test_SCD40_Core, test_SCD40_Core2, test_SCD40_CoreS3, test_SCD40_Fire, test_SCD40_StampS3, test_SCD40_Dial, test_SCD40_AtomS3, test_SCD40_NanoC6, test_SCD40_StickCPlus, test_SCD40_Paper, test_SHT30_Core, test_SHT30_Core2, test_SHT30_CoreS3, test_SHT30_Fire, test_SHT30_StampS3, test_SHT30_Dial, test_SHT30_AtomS3, test_SHT30_NanoC6, test_SHT30_StickCPlus, test_SHT30_Paper, test_QMP6988_Core, test_QMP6988_Core2, test_QMP6988_CoreS3, test_QMP6988_Fire, test_QMP6988_StampS3, test_QMP6988_Dial, test_QMP6988_AtomS3, test_QMP6988_NanoC6, test_QMP6988_StickCPlus, test_QMP6988_Paper, test_BME688_Core, test_BME688_Core2, test_BME688_CoreS3, test_BME688_Fire, test_BME688_StampS3, test_BME688_Dial, test_BME688_AtomS3, test_BME688_NanoC6, test_BME688_StickCPlus, test_BME688_Paper
;default_envs = UnitCO2_PlotToSerial_Core_Arduino_latest, UnitCO2_PlotToSerial_Core2_Arduino_latest, UnitCO2_PlotToSerial_CoreS3_Arduino_latest, UnitCO2_PlotToSerial_StampS3_Arduino_latest, UnitCO2_PlotToSerial_AtomS3_Arduino_latest, UnitCO2_PlotToSerial_Dial_Arduino_latest, UnitCO2_PlotToSerial_NanoC6_Arduino_latest, UnitCO2_PlotToSerial_StickCPlus_Arduino_latest, UnitCO2_PlotToSerial_Paper_Arduino_latest, UnitENVIII_PlotToSerial_Core_Arduino_latest, UnitENVIII_PlotToSerial_Core2_Arduino_latest, UnitENVIII_PlotToSerial_CoreS3_Arduino_latest, UnitENVIII_PlotToSerial_StampS3_Arduino_latest, UnitENVIII_PlotToSerial_AtomS3_Arduino_latest, UnitENVIII_PlotToSerial_Dial_Arduino_latest, UnitENVIII_PlotToSerial_NanoC6_Arduino_latest, UnitENVIII_PlotToSerial_StickCPlus_Arduino_latest, UnitENVIII_PlotToSerial_Paper_Arduino_latest

[env]
build_flags =-Wall -Wextra -Wreturn-local-addr -Werror=format -Werror=return-local-addr
lib_ldf_mode = deep
test_framework = googletest
test_build_src = true
lib_deps=m5stack/M5Unified
https://github.com/m5stack/M5Utility#develop
https://github.com/m5stack/M5HAL#develop
https://github.com/m5stack/M5UnitUnified#develop
m5stack/M5UnitUnified
https://github.com/boschsensortec/Bosch-BME68x-Library.git

; --------------------------------
Expand Down Expand Up @@ -451,10 +451,8 @@ extends=AtomS3, option_release, arduino_latest
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitCO2/PlotToSerial>

[env:UnitCO2_PlotToSerial_Dial_Arduino_latest]
extends=StampS3, option_release, arduino_latest
extends=Dial, option_release, arduino_latest
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitCO2/PlotToSerial>
lib_deps = ${StampS3.lib_deps}
m5stack/M5Dial

[env:UnitCO2_PlotToSerial_NanoC6_Arduino_latest]
extends=NanoC6, option_release, arduino_latest
Expand Down Expand Up @@ -490,10 +488,8 @@ extends=AtomS3, option_release, arduino_latest
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitENVIII/PlotToSerial>

[env:UnitENVIII_PlotToSerial_Dial_Arduino_latest]
extends=StampS3, option_release, arduino_latest
extends=Dial, option_release, arduino_latest
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitENVIII/PlotToSerial>
lib_deps = ${StampS3.lib_deps}
m5stack/M5Dial

[env:UnitENVIII_PlotToSerial_NanoC6_Arduino_latest]
extends=NanoC6, option_release, arduino_latest
Expand Down

0 comments on commit 0e6b065

Please sign in to comment.