Skip to content

Commit

Permalink
Fixed line endings in RELEASE_NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetlilmre committed Jun 4, 2022
1 parent e92b9e6 commit 1083e82
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/RELEASE_NOTES
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

0 comments on commit 1083e82

Please sign in to comment.