From a4fe11f6993e74f3725fb725bbb3fa06e46a6d61 Mon Sep 17 00:00:00 2001 From: Jacek Wieczorek Date: Sat, 7 Aug 2021 14:54:59 +0200 Subject: [PATCH] Update config I think the directory names caused some conflicts... --- CMakeLists.txt | 6 +++--- Kconfig | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cb0baf..53c5756 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,12 +1,12 @@ # This CMakeLists.txt is only a ESP-IDF component declaration include(FetchContent) -set(LIBLIGHTMODBUS_REPO_DIR "${CMAKE_CURRENT_LIST_DIR}/liblightmodbus") +set(LIBLIGHTMODBUS_REPO_DIR "${CMAKE_CURRENT_LIST_DIR}/repo") # Fetch liblightmodbus source code from GitHub FetchContent_Populate(liblightmodbus-src GIT_REPOSITORY "https://github.com/jacajack/liblightmodbus.git" - GIT_TAG "dev-v3.0" - SOURCE_DIR "${LIBLIGHTMODBUS_REPO_DIR}" + GIT_TAG "dev-v3.0" + SOURCE_DIR "${LIBLIGHTMODBUS_REPO_DIR}" ) # Copy config file to liblightmodbus include directory diff --git a/Kconfig b/Kconfig index 7f204a5..515a095 100644 --- a/Kconfig +++ b/Kconfig @@ -1,4 +1,4 @@ -menu "Liblightmodbus" +menu "liblightmodbus" config LIGHTMODBUS_DEBUG bool "Debug utilities"