Skip to content

Commit

Permalink
Added new boards
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Aug 26, 2024
1 parent 8ebd41e commit 91850c2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
#default_envs = esp32-8048S070N
#default_envs = esp32-8048S070R
#default_envs = esp32-s3touchlcd7
#default_envs = esp32-2432W328C
#default_envs = esp32-8048S550C

[env]
platform = espressif32
Expand Down Expand Up @@ -158,4 +160,10 @@ board = esp32-8048S070N
board = esp32-8048S070R

[env:esp32-s3touchlcd7]
board = esp32-s3touchlcd7
board = esp32-s3touchlcd7

[env:esp32-2432W328C]
board = esp32-2432W328C

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

0 comments on commit 91850c2

Please sign in to comment.