mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
- Fix for `ExternalApps/HelloWorld/build.sh` - Fix portability issue with regards to the SDK release script
7 lines
184 B
Bash
Executable File
7 lines
184 B
Bash
Executable File
rm sdkconfig
|
|
cp ../../sdkconfig sdkconfig
|
|
cat sdkconfig.override >> sdkconfig
|
|
# First we must run "build" because otherwise "idf.py elf" is not a valid command
|
|
idf.py build
|
|
idf.py elf
|