Skip to content

Commit

Permalink
Retry
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Nov 16, 2023
1 parent e0eaa78 commit 2f9b003
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Build firmware
run: pio ci --lib="." --project-conf "example/platformio.ini" --environment ${{matrix.board}} "example/main.cpp"
env:
PLATFORMIO_BUILD_FLAGS: -D${{matrix.smartboard}}
PLATFORMIO_BUILD_FLAGS: -D${{matrix.smartboard}} -DLV_CONF_PATH="${{github.workspace}}/example/lv_conf.h"
2 changes: 1 addition & 1 deletion example/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build_flags =
-Wall
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
# LVGL settings
-D LV_CONF_PATH="${PROJECT_DIR}/example/lv_conf.h"
#-D LV_CONF_PATH="${PROJECT_DIR}/example/lv_conf.h"
# EspressIf library defines
-D ESP_LCD_ST7796_VER_MAJOR=1
-D ESP_LCD_ST7796_VER_MINOR=2
Expand Down
2 changes: 0 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"frameworks": "arduino",
"platforms": "espressif32",
"dependencies": {
"SPI": "^2.0.0",
"Wire": "^2.0.0.",
"lvgl/lvgl": "^8.3.9"
}
}

0 comments on commit 2f9b003

Please sign in to comment.