Skip to content

Commit

Permalink
adding WEMOS S2 MINI
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Aug 22, 2024
1 parent d5b666f commit 735988e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,18 @@ lib_deps =
adafruit/Adafruit GFX Library @ 1.11.9
adafruit/Adafruit SSD1306 @ 2.5.10

[env:WEMOS_S2_MINI_DIY_LoRa]
board = wemos_d1_uno32
build_flags =
-Werror -Wall
-DWEMOS_S2_MINI_DIY_LoRa
-DHAS_SX1278
-DELEGANTOTA_USE_ASYNC_WEBSERVER=1
lib_deps =
${common.lib_deps}
adafruit/Adafruit GFX Library @ 1.11.9
adafruit/Adafruit SSD1306 @ 2.5.10

[env:esp32c3_DIY_1W_LoRa]
board = esp32-c3-devkitm-1
board_build.mcu = esp32c3
Expand Down

0 comments on commit 735988e

Please sign in to comment.