Added espcpputils module
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
|||||||
[submodule "src/bobbycar-protocol"]
|
[submodule "src/bobbycar-protocol"]
|
||||||
path = src/bobbycar-protocol
|
path = src/bobbycar-protocol
|
||||||
url = git@github.com:bobbycar-graz/bobbycar-protocol.git
|
url = git@github.com:bobbycar-graz/bobbycar-protocol.git
|
||||||
|
[submodule "src/espcpputils"]
|
||||||
|
path = src/espcpputils
|
||||||
|
url = git@github.com:0xFEEDC0DE64/espcpputils.git
|
||||||
|
17
init_ide.sh
Executable file
17
init_ide.sh
Executable file
@@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
platformio init --ide qtcreator
|
||||||
|
|
||||||
|
echo "CONFIG+=c++17" >> platformio.pro
|
||||||
|
|
||||||
|
echo "OTHER_FILES += \\" >> platformio.pro
|
||||||
|
|
||||||
|
#for i in $(find data -type f)
|
||||||
|
#do
|
||||||
|
# echo " $i \\" >> platformio.pro
|
||||||
|
#done
|
||||||
|
|
||||||
|
echo " bobbycar.csv \\" >> platformio.pro
|
||||||
|
echo " bobbycar_noota.csv \\" >> platformio.pro
|
||||||
|
echo " LICENSE" >> platformio.pro
|
||||||
|
echo " README.md" >> platformio.pro
|
1
src/espcpputils
Submodule
1
src/espcpputils
Submodule
Submodule src/espcpputils added at 7bcffb0253
Reference in New Issue
Block a user