Skip to content

Commit

Permalink
Updated platformio.ini with new boards
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 29, 2024
1 parent fb1f5c3 commit c0b4e03
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
#default_envs = esp32-8048S070C
#default_envs = esp32-8048S070N
#default_envs = esp32-8048S070R
#default_envs = esp32-8048S550C
#default_envs = esp32-s3touchlcd7
#default_envs = JC2432W328C
#default_envs = JC3248W535N
#default_envs = JC8048W550C

[env]
platform = espressif32
Expand Down Expand Up @@ -156,11 +160,17 @@ board = esp32-8048S070N
[env:esp32-8048S070R]
board = esp32-8048S070R

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

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

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

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

[env:JC8048W550C]
board = JC8048W550C

0 comments on commit c0b4e03

Please sign in to comment.