mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
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} |