Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

3.x Release to PlatformIO #11308

Answered by lbernstone
102-97-98-105 asked this question in Q&A
Discussion options

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.
You must be logged in to vote

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

Comment options

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.

You must be logged in to vote
0 replies
Answer selected by Jason2866
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
Converted from issue

This discussion was converted from issue #11307 on April 27, 2025 18:43.

AltStyle によって変換されたページ (->オリジナル) /