Skip to content

Commit

Permalink
Remove unnecessary properties from framework configuration in deviceB…
Browse files Browse the repository at this point in the history
…oardsAPI for esp32s3 bords
  • Loading branch information
TonProtofy committed Mar 4, 2025
1 parent fdfc985 commit 039d871
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ const initialData = {
"variant": "esp32s3",
"flash_size": "16Mb",
"framework": {
"type": "esp-idf",
"version": "latest",
"platform_version": "6.6.0"
"type": "esp-idf"
}
}
}
Expand Down Expand Up @@ -338,9 +336,7 @@ const initialData = {
"variant": "esp32s3",
"flash_size": "16Mb",
"framework": {
"type": "esp-idf",
"version": "latest",
"platform_version": "6.6.0"
"type": "esp-idf"
}
}
}
Expand Down

0 comments on commit 039d871

Please sign in to comment.