lots of smaller fixes

This commit is contained in:
2021-08-09 20:59:55 +02:00
parent d75db8e18c
commit 1504fc779a
16 changed files with 233 additions and 100 deletions

8
open_ide.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
if [[ -z "$IDF_PATH" ]]
then
source export.sh --skip-source-check
fi
qtcreator "bobbycar-boardcomputer-firmware" 2>&1 >/dev/null &