We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current archive contains these:
#define ARDUINO_ESP8266_GIT_VER 0xefb0341a #define ARDUINO_ESP8266_GIT_DESC 3.0.0 #define ARDUINO_ESP8266_RELEASE_ #define ARDUINO_ESP8266_RELEASE ""
which should probably have been ARDUINO_ESP8266_RELEASE_3_0_0 and ARDUINO_ESP8266_RELEASE "3_0_0"?
ARDUINO_ESP8266_RELEASE_3_0_0
ARDUINO_ESP8266_RELEASE "3_0_0"
The text was updated successfully, but these errors were encountered:
release script: protect bash variables and add logs
34a4c3a
Ref: esp8266#8049 Ref: empty variable https://github.com/esp8266/Arduino/runs/2592755965?check_suite_focus=true#step:5:35
release script: protect bash variables and add logs (#8074)
78a2ed6
Ref: #8049 Ref: empty variable https://github.com/esp8266/Arduino/runs/2592755965?check_suite_focus=true#step:5:35
This has been fixed by #8126 and #8127
Next 3.0.1 release will have
#define ARDUINO_ESP8266_GIT_VER 0xA11900D #define ARDUINO_ESP8266_GIT_DESC 3.0.1 #define ARDUINO_ESP8266_VERSION 3.0.1 #define ARDUINO_ESP8266_MAJOR 3 #define ARDUINO_ESP8266_MINOR 0 #define ARDUINO_ESP8266_REVISION 1 #define ARDUINO_ESP8266_RELEASE "3.0.1" #define ARDUINO_ESP8266_RELEASE_3_0_1
Sorry, something went wrong.
d-a-v
No branches or pull requests
Current archive contains these:
which should probably have been
ARDUINO_ESP8266_RELEASE_3_0_0
andARDUINO_ESP8266_RELEASE "3_0_0"
?The text was updated successfully, but these errors were encountered: