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 cede34e commit 8ddea66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions ports/esp32/boards/LOLIN_S3_MINI_PRO/mpconfigboard.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)

# set(USER_C_MODULES ${GC9A01_MPY_DIR}/gc9a01_mpy/src/micropython.cmake)

if (GC9A01_MPY_DIR)
set(USER_C_MODULES ${GC9A01_MPY_DIR}/gc9a01_mpy/src/micropython.cmake)
else ()
set(USER_C_MODULES ${MICROPY_DIR}/../gc9a01_mpy/src/micropython.cmake)
endif()

set(USER_C_MODULES ${MICROPY_BOARD_DIR}/../../../../../gc9a01_mpy/src/micropython.cmake)




6 changes: 3 additions & 3 deletions tools/ci_lolin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ function ci_gc9a01_mpy_setup {
git clone https://github.com/wemos/gc9a01_mpy.git


# echo "GC9A01_MPY_DIR=$(pwd)" >> $GITHUB_ENV


# find ~/ -name "gc9a01*"
# find ~/ -name "micropython"
find ~/ -name "gc9a01*"
find ~/ -name "micropython"
}

0 comments on commit 8ddea66

Please sign in to comment.