-
Notifications
You must be signed in to change notification settings - Fork 15
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
Showing
2 changed files
with
11 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
export FW_VER := 1.6 | ||
export FW_VER := 1.7 | ||
|
||
PROJ = FF_OSD | ||
VER := v$(FW_VER) | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|