ewowi / StarBase

Try things out
GNU General Public License v3.0
6 stars 7 forks source link

Adding pre compile script to clone submodules #9

Closed lost-hope closed 11 months ago

lost-hope commented 11 months ago

Adding a small pre script with git submodule update --init --recursive will take care of getting the submodules, before the build starts and failing cause the submodules are not there.

(and making it more user friendly for people that havent used submodules before)

lost-hope commented 11 months ago

closed, since the move back to pio libraries.