Skip to content

Commit

Permalink
Update arduino-esp32 to remove files of unused ESP32 variants
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasTF committed May 24, 2024
1 parent 73c54f7 commit 9031184
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "framework-arduinoespressif32",
"version": "2.0.15",
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
"keywords": [
"framework",
"arduino",
"espressif",
"esp32"
],
"license": "LGPL-2.1-or-later",
"repository": {
"type": "git",
"url": "https://github.com/espressif/arduino-esp32"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "framework-arduinoespressif32",
"version": "2.0.15",
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
"keywords": [
"framework",
"arduino",
"espressif",
"esp32"
],
"license": "LGPL-2.1-or-later",
"repository": {
"type": "git",
"url": "https://github.com/espressif/arduino-esp32"
}
}
4 changes: 2 additions & 2 deletions software/packages/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
{
"base": "arduino-esp32",
"branch": "warp-2.3.1",
"commit": "170ead28f7769608779bef0c0ecea6364adcca62",
"commit": "d73f5f691f593325750772e7d294c19aa2ce19fb",
"url": "https://github.com/Tinkerforge/arduino-esp32"
},
{
"base": "arduino-esp32",
"branch": "warp2-2.3.1",
"commit": "a0d14d020741892f00b7c4aa78aeb3367f030c15",
"commit": "5f0509c6a70dd74bb02a52f6d10cf3362f0220af",
"url": "https://github.com/Tinkerforge/arduino-esp32"
}
]
4 changes: 2 additions & 2 deletions software/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ custom_web_build_flags =
[env:base_esp32]
board = esp32_brick

platform_packages = platformio/framework-arduinoespressif32 @ symlink://packages/arduino-esp32#warp-2.3.1_170ead28f7769608779bef0c0ecea6364adcca62
platform_packages = platformio/framework-arduinoespressif32 @ symlink://packages/arduino-esp32#warp-2.3.1_d73f5f691f593325750772e7d294c19aa2ce19fb

lib_deps = https://github.com/Tinkerforge/ArduinoJson#4d00ed9efc8841e8aeff938a9f76f73df53eb5a2
https://github.com/Tinkerforge/strict_variant#warp-2.0.3
Expand All @@ -67,7 +67,7 @@ board = esp32_4mb
[env:base_esp32_ethernet]
board = esp32_ethernet_brick

platform_packages = platformio/framework-arduinoespressif32 @ symlink://packages/arduino-esp32#warp2-2.3.1_a0d14d020741892f00b7c4aa78aeb3367f030c15
platform_packages = platformio/framework-arduinoespressif32 @ symlink://packages/arduino-esp32#warp2-2.3.1_5f0509c6a70dd74bb02a52f6d10cf3362f0220af

lib_deps = https://github.com/Tinkerforge/ArduinoJson#4d00ed9efc8841e8aeff938a9f76f73df53eb5a2
https://github.com/Tinkerforge/strict_variant#warp2-2.0.3
Expand Down

0 comments on commit 9031184

Please sign in to comment.