Skip to content

#define ESP_ARDUINO_VERSION_PATCH 0 in 3.3.1 #11858

@vvb333007

Description

@vvb333007

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions