-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e92b9e6
commit 1083e82
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
*************************************** | ||
** TapuinoNext Release Notes | ||
** sweetlilmre <[email protected]> | ||
*************************************** | ||
|
||
** 0.0.2-alpha - 04 June 2022 | ||
|
||
- Fixed various compatibility issues with framework-arduinoespressif32 > 2.0.1 | ||
- the platform is pinned to version 4.0.1 (and hence framework 2.0.1) waiting for timer fixes to get into the next framework release and platform update (4.0.5 and 2.0.4?) | ||
- timer functionality was changed from a re-triggered one-shot to a repeat timer (retriggered one-shot does not work in the context of the move to IDF4.4 from framework 2.0.2) | ||
- input initialisation in the constructor of ESP32InputHandler.cpp also broke (shouldn't have done this in the first place) | ||
|
||
- Other minor improvments | ||
- changed the text for the firmware update menu to make it less confusing | ||
- added the spinner UI into the update progress display | ||
- changed the name of the firmware release to "update.bin" for ease of use |