SDK fixes (#272)
- Fix for `ExternalApps/HelloWorld/build.sh` - Fix portability issue with regards to the SDK release script
This commit is contained in:
committed by
GitHub
parent
b2d4dc5ecb
commit
f67cb241b7
@@ -1,4 +1,6 @@
|
||||
rm sdkconfig
|
||||
cp ../../sdkconfig sdkconfig
|
||||
cat sdkconfig.override >> sdkconfig
|
||||
idf.py elf_app
|
||||
# First we must run "build" because otherwise "idf.py elf" is not a valid command
|
||||
idf.py build
|
||||
idf.py elf
|
||||
|
||||
Reference in New Issue
Block a user