-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Type: Bug 🐛All bugsAll bugs
Description
Board
esp32 generic
Device Description
esp32 generic
Hardware Configuration
no
Version
v3.3.1
Type
Bug
IDE Name
arduino ide
Operating System
windows10
Flash frequency
80
PSRAM enabled
yes
Upload speed
115200
Description
Patch level was not updated on 3.3.1 release. It is a minor bug but we can't do
#if ESP_ARDUINO_VERSION_PATCH > 0
new_functions()
#endif
PS:
/** Major version number (X.x.x) /
#define ESP_ARDUINO_VERSION_MAJOR 3
/* Minor version number (x.X.x) /
#define ESP_ARDUINO_VERSION_MINOR 3
/* Patch version number (x.x.X) */
#define ESP_ARDUINO_VERSION_PATCH 0 <------------------ this one
Sketch
/** Major version number (X.x.x) */
#if ESP_ARDUINO_VERSION_MAJOR == 3 && ESP_ARDUINO_VERSION_MINOR == 3 && ESP_ARDUINO_VERSION_PATCH > 0
#else
#endif
Debug Message
none
Other Steps to Reproduce
No response
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
Labels
Type: Bug 🐛All bugsAll bugs