Closed
Description
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.