Skip to content

Commit

Permalink
Updated boards
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Jan 20, 2024
1 parent 8959ae5 commit 6ad33b9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion boards
20 changes: 14 additions & 6 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
#default_envs = esp32-8048S050C
#default_envs = esp32-8048S050N
#default_envs = esp32-8048S050R
#default_envs = esp32-8048S070C
#default_envs = esp32-8048S070N
#default_envs = esp32-8048S070Cv11
#default_envs = esp32-8048S070Cv13
#default_envs = esp32-8048S070Nv11
#default_envs = esp32-8048S070Nv13

[env]
platform = espressif32
Expand Down Expand Up @@ -134,8 +136,14 @@ board = esp32-8048S050N
[env:esp32-8048S050R]
board = esp32-8048S050R

[env:esp32-8048S070C]
board = esp32-8048S070C
[env:esp32-8048S070Cv11]
board = esp32-8048S070Cv11

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

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

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

0 comments on commit 6ad33b9

Please sign in to comment.