Update build system, add cspot service option

This commit is contained in:
Sebastien L
2021-12-28 12:43:29 -05:00
parent f3c405579f
commit b2ec1506d7
36 changed files with 847 additions and 115 deletions

6
docker/entrypoint.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
. $IDF_PATH/export.sh
exec "$@"