Update config

I think the directory names caused some conflicts...
This commit is contained in:
Jacek Wieczorek 2021-08-07 14:54:59 +02:00
parent 60814eaffd
commit a4fe11f699
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# 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

View File

@ -1,4 +1,4 @@
menu "Liblightmodbus"
menu "liblightmodbus"
config LIGHTMODBUS_DEBUG
bool "Debug utilities"