Skip to content

Commit

Permalink
Fix name of CPU definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
norbert-walter committed May 17, 2024
1 parent 4d88575 commit 9167586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/obp60_s3_n16.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"arduino",
"espidf"
],
"name": "OBP60 ESP32-S3-N8 (8 MB QD, No PSRAM)",
"name": "OBP60 ESP32-S3-N16 (16 MB QD, No PSRAM)",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 327680,
Expand Down
2 changes: 1 addition & 1 deletion boards/obp60_s3_n8r8.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"arduino",
"espidf"
],
"name": "OBP60 ESP32-S3-N16R8 16 MB QD, 8 MB PSRAM)",
"name": "OBP60 ESP32-S3-N8R8 (8 MB QD, 8 MB PSRAM)",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
Expand Down

0 comments on commit 9167586

Please sign in to comment.