Skip to content

Commit

Permalink
feat(platformio): add lolin_lite
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Lieven <pl@dlhnet.de>
  • Loading branch information
plieven committed Sep 13, 2024
1 parent 2814821 commit 248d837
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,14 @@ lib_deps =
lib_ignore=LittleFS_esp32
build_flags =
${env.build_flags}

[env:lolin32_lite]
platform = espressif32
board = lolin32_lite
framework = arduino
board_build.filesystem = littlefs
lib_deps =
${env.lib_deps}
lib_ignore=LittleFS_esp32
build_flags =
${env.build_flags}

0 comments on commit 248d837

Please sign in to comment.