Progress towards a better application FSM, testing

This commit is contained in:
2021-09-06 23:18:43 -04:00
parent 983cd1423e
commit 7e59cd49e8
18 changed files with 462 additions and 17 deletions

View File

@@ -13,7 +13,8 @@ main_mcu:
script:
- cd firmware/main_mcu/
- cp src/config-example.h src/config.h
- pio run
- pio run -e button-debug -e button-release -e button-debug -e button-timing
- pio test -e native
lowpower_mcu:
stage: build
script: