Removing "timing" build, cleanup ini file

This commit is contained in:
2021-09-07 12:23:52 -04:00
parent 647f95df91
commit 80537e0ebd
4 changed files with 7 additions and 33 deletions

View File

@@ -13,7 +13,7 @@ main_mcu:
script:
- cd firmware/main_mcu/
- cp src/config-example.h src/config.h
- pio run -e button-debug -e button-release -e button-debug -e button-timing
- pio run -e release -e debug
# Manually install native platform due to:
# https://github.com/platformio/platformio-core/issues/3901
- pio platform install native