ESP-IDF_Robot_RC

This commit is contained in:
2024-12-24 14:32:13 -05:00
parent a2ee855fb2
commit 4041b380dc
1095 changed files with 97378 additions and 1840 deletions

View File

@@ -18,7 +18,7 @@ set(HEAD_HASH)
file(READ "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
set(GIT_DIR "/home/alex/esp/v5.3.1/esp-idf/.git")
set(GIT_DIR "/home/alex/MyProjects/ESP-Nodes/.git")
# handle git-worktree
if(EXISTS "${GIT_DIR}/commondir")
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)