-
Couldn't load subscription status.
- Fork 7.7k
3.x Release to PlatformIO #11308
-
Related area
Dev/Ops
Hardware specification
az-delivery-devkit-v4
Is your feature request related to a problem?
I tried following the BasicHttpsClient.ino example from the Arduino IDE using Clion and PlatformIO, but the class NetworkClientSecure.h was not defined.
While digging into the framework-arduinoespressif32 I discovered, it still uses version 2.0.17. It does not support he https class. It would be greate, if you guys could update the package.
installed.json
{
"packages": [
{
"name": "esp32",
"maintainer": "Espressif Systems",
"websiteUrl": "https://github.com/espressif/arduino-esp32",
"Url": "https://espressif.github.io/arduino-esp32/package_esp32_index.json",
"email": "hristo@espressif.com",
"platforms": [
{
"name": "esp32",
"architecture": "esp32",
"version": "2.0.17",
"deprecated": false,
"category": "ESP32",
"url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.17/esp32-2.0.17.zip",
"archiveFileName": "esp32-2.0.17.zip",
"checksum": "SHA-256:1f8658d4b18a8001ce782142ad08164af2991d70b83a147c3437a6ee30a9b225",
"size": "254658377",
...
The platformio.ini:
[env:az-delivery-devkit-v4]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
Describe the solution you'd like
Update the platform on PlatformIO. (https://registry.platformio.org/platforms/platformio/espressif32)
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Beta Was this translation helpful? Give feedback.
All reactions
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
The arduino-esp32 repo is upstream from platformio, so has no control over their releases. The above link is a community repo for v3.x (and up) on platformio.
Replies: 1 comment
-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
The arduino-esp32 repo is upstream from platformio, so has no control over their releases. The above link is a community repo for v3.x (and up) on platformio.
Beta Was this translation helpful? Give feedback.