You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed file extension calculation for ESP32 boards. (#554)
This commit fixes a bug introduced with 2.9.1 (which will be
deprecated).
Now the file extension of the sketch is retrieved using a regular
expression, not by position.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [2.9.1] - 2022-09-06
4
+
## [2.10.0] - 2022-09-08
5
+
6
+
### Changed
7
+
- Fixed a bug released in 2.9.1 caused by the wrong assumption that the build filename is always at the end of the command line. This fix makes the library backward compatible with older ESP boards.
0 commit comments