Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Jun 12, 2024
1 parent 2839bc4 commit f26c020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/esp32/boards/LOLIN_S3_MINI_PRO/mpconfigboard.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ set(SDKCONFIG_DEFAULTS

set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)

set(USER_C_MODULES ../../../../gc9a01_mpy/src/micropython.cmake)

# set(USER_C_MODULES ../../../../gc9a01_mpy/src/micropython.cmake)
set(USER_C_MODULES ~/gc9a01_mpy/src/micropython.cmake)
2 changes: 1 addition & 1 deletion tools/ci_lolin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ function ci_esp8266_build {
function ci_gc9a01_mpy_setup {
git clone https://github.com/wemos/gc9a01_mpy.git
# git -C gc9a01_mpy checkout master
ls ./gc9a01_mpy/src
ls ~/gc9a01_mpy/src
}

0 comments on commit f26c020

Please sign in to comment.