This repository contains the sources for the controller used by team Kraft auf Fläche
- Preferred:
PlatformIO IDEfor vscode
# Static code analysis
pio check
# run unit tests (for UNO)
pio test -e unotest -v
# runn unit tests (for kieblitz)
pio test -e wemos_d1_mini32
# ci commands
pio ci --board=uno --lib="." --exclude="src/test" .
pio ci --board=megaatmega2560 --lib="." --exclude="src/test" .
pio ci --board=wemos_d1_mini32 --lib="." .