8000 ESP_ARDUINO_VERSION_PATCH is still 11 should have been 12.. · Issue #8612 · espressif/arduino-esp32 · GitHub
[go: up one dir, main page]

Skip to content
ESP_ARDUINO_VERSION_PATCH is still 11 should have been 12.. #8612
Closed
@dagnall53

Description

@dagnall53

Board

ESP32 devboard

Device Description

Dev board

Hardware Configuration

nothing special!

Version

latest master (checkout manually)

IDE Name

2.2.1

Operating System

win10

Flash frequency

80Mhz

PSRAM enabled

no

Upload speed

115200

Description

Just updated ESP32 from arduino from 2.0.11 to 2.0.12.
Noted
Failure to update ESP_ARDUINO_VERSION_PATCH from 11 to
ESP_ARDUINO_VERSION_PATCH = 12 in esp_arduino_version.h

!!
I know probably few people use this.. but I do!!

Sketch

example: 
webserver.sendContent("<br><center>Compiled with:"+String(ESP_ARDUINO_VERSION_MAJOR)+"."+String(ESP_ARDUINO_VERSION_MINOR)+"."+String(ESP_ARDUINO_VERSION_PATCH)+ " (based on ESP-EDF:"+String(esp_get_idf_version())+")</center>");

Debug Message

Reports: 
Compiled with:2.0.11 (based on ESP-EDF:v4.4.5)

Other Steps to Reproduce

checked the source and it looks like updating was simply missed before release..

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0