mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-03-15 19:51:40 +00:00
Change SP501A -> SP501E build configuration (#1305)
Fix a typo in previous commit. Correct board name is SP501E. Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
This commit is contained in:
parent
17b4ff7a1f
commit
2d12bc01de
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ lib_ignore =
|
|||
ESPAsyncUDP
|
||||
platform = espressif32@1.12.4
|
||||
|
||||
[env:sp501a]
|
||||
[env:sp501e]
|
||||
board = esp_wroom_02
|
||||
platform = ${common.platform_wled_default}
|
||||
board_build.ldscript = ${common.ldscript_2m1m}
|
||||
|
|
Loading…
Add table
Reference in a new issue