Tactility/Buildscripts/get-idf-target.sh
Ken Van Hoeylandt 6dc4f698c9
SDK release folder changed (#351)
This new way matches the `tactility.py`'s `.tactility/` folder names.
2025-09-29 21:49:36 +02:00

4 lines
102 B
Bash
Executable File

#!/bin/sh
config_idf_target=`cat sdkconfig | grep CONFIG_IDF_TARGET=`
echo ${config_idf_target:19:-1}