rerun reconfigure to update name

This commit is contained in:
Morgan 'ARR\!' Allen 2020-10-28 20:44:13 -07:00
parent f5e466d59d
commit 804d187fb7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ build:
- idf.py reconfigure
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid
- sed -i -e s/BARBACK_ID=\"Barback\"/BARBACK_ID=\"`cat bbid`\"/ sdkconfig
- cat sdkconfig
- idf.py reconfigure
- idf.py build
flash: