mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
rm sdkconfig
|
|
cp ../../sdkconfig sdkconfig
|
|
cat sdkconfig.override >> sdkconfig
|
|
idf.py build
|