Skip to content

Commit

Permalink
Typo 2432S028R
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 21, 2023
1 parent 7cdc2cc commit 9ca8bf6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boards
10 changes: 7 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#default_envs = esp32-8048S050R
#default_envs = esp32-8048S070C
#default_envs = esp32-8048S070N
default_envs = esp32-4848S040C

[env]
platform = espressif32
Expand All @@ -55,7 +56,7 @@ build_flags =

#lib_deps = rzeldent/esp32_smartdisplay
lib_deps =
https://github.com/rzeldent/esp32-smartdisplay.git
https://github.com/rzeldent/esp32-smartdisplay.git#develop
https://github.com/schreibfaul1/ESP32-audioI2S

[env:esp32-2424S012C]
Expand All @@ -74,7 +75,7 @@ board = esp32-2432S024N
board = esp32-2432S024R

[env:esp32-2432S028R]
board = esp32-2432S024R
board = esp32-2432S028R

[env:esp32-2432S032C]
board = esp32-2432S032C
Expand Down Expand Up @@ -128,4 +129,7 @@ board = esp32-8048S050R
board = esp32-8048S070C

[env:esp32-8048S070N]
board = esp32-8048S070N
board = esp32-8048S070N

[env:esp32-4848S040C]
board = esp32-4848S040C

0 comments on commit 9ca8bf6

Please sign in to comment.