-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP_ARDUINO_VERSION_PATCH not updated by build script in 2.0.1-RC1 and 2.0.1 #5864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The same issue on 2.0.2 :-( |
it's remotely related but none of the bundled libraries that were recently modified had their version number increased in their respective library.properties file either e.g. SD.h and Wire.h are still at 2.0.0 |
@tobozo are those versions used somewhere? |
@me-no-dev those version numbers are visible in the Arduino IDE compilation recap so there's at least an added value for debugging. It's also a good signal when one of the bundled libraries has changed e.g. SimpleBLE is unchanged since arduino-esp32-2.0.0 whereas BlueToothSerial received changes for arduino-esp32-2.0.2, would it make sense to synchronize the version numbers of the modified libraries with their respective arduino-esp32-xxx version instead of using semver? I know platformio can to pick one particular version, for example it made the difference when SD.h was bumped to 2.0.0 even though no code in the library was changed. |
@VojtechBartoska If you're fixing this one, please also consider the related and partly overlapping #5536. It is currently tagged for 2.1.0, but it makes sense to fix these two at once. Thanks! |
This issue was closed by merging S3 support into master branch. |
Hello,
The new
ESP_ARDUINO_VERSION
macro can't be used yet to distinguish 2.0.0 from 2.0.1-RC1 and 2.0.1.Something is probably missing in the build scripts to increment the values.
[edit]
I'm using this macro to distinguish versions:
[edit] updated snippet with 2.0.2 git version
The text was updated successfully, but these errors were encountered: