6dc4f698c9
This new way matches the `tactility.py`'s `.tactility/` folder names.
4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
config_idf_target=`cat sdkconfig | grep CONFIG_IDF_TARGET=`
|
|
echo ${config_idf_target:19:-1} |