Skip to content

Commit

Permalink
Update for v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Oct 9, 2019
1 parent a3d595f commit b0e4924
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

export FW_VER := 1.6
export FW_VER := 1.7

PROJ = FF_OSD
VER := v$(FW_VER)
Expand Down
10 changes: 10 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
** Keir Fraser <[email protected]>
************************************

** v1.7 - 9 October 2019
- I2C: Bidirectional communications to Gotek
- Next FF release (v3.5a) will **REQUIRE** this firmware!
- PLEASE UPDATE!!
- Bug fixes:
- Fixed screen corruption after saving config to Flash
- Fixed I2C corruption after saving config to Flash
- Amiga hotkeys are edge triggered (initial keypress only)
- Implement Watchdog to reset OSD if it hangs

** v1.6 - 30 September 2019
- I2C: Fix FF-OSD extended protocol handling
- No more phantom button presses
Expand Down

0 comments on commit b0e4924

Please sign in to comment.