diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e25b271..d1d1b4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,4 +24,4 @@ jobs: run: pio ci --lib=src --lib=include --exclude=assets --exclude=example --exclude=boards --project-conf="examples/ci/platformio.ini" "examples/ci/main.cpp" env: PLATFORMIO_BOARDS_DIR: "${{github.workspace}}/boards" - PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/examples/ci/lv_conf.h" + #PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/examples/ci/lv_conf.h" diff --git a/examples/ci/platformio.ini b/examples/ci/platformio.ini index 7e5de72..769950c 100644 --- a/examples/ci/platformio.ini +++ b/examples/ci/platformio.ini @@ -51,7 +51,7 @@ build_flags = #-Wall -D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE # LVGL settings - #-D LV_CONF_PATH=${PROJECT_INCLUDE_DIR}/lv_conf.h + -D LV_CONF_PATH=${PROJECT_SOURCE_DIR}/lv_conf.h [env:esp32-2424S012C] board = esp32-2424S012C