Switched build system to esp-idf

This commit is contained in:
2021-06-28 21:43:20 +02:00
parent 8d152083aa
commit 9bdd512057
200 changed files with 2927 additions and 1894 deletions

View File

@@ -8,7 +8,9 @@
```
git clone --recursive git@github.com:bobbycar-graz/bobbycar-boardcomputer-firmware.git
cd bobbycar-boardcomputer-firmware/
platformio run --environment bobbycar_usb --target upload
./esp-idf/install.sh
. esp-idf/export.sh
idf.py -p /dev/ttyUSB0 -b 921600 flash monitor
```
## How to wire all connections?