diff --git a/Makefile b/Makefile index 856f1f3..c5f3c00 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -export FW_VER := 1.6 +export FW_VER := 1.7 PROJ = FF_OSD VER := v$(FW_VER) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 9c90495..6aa17ca 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,16 @@ ** Keir Fraser ************************************ +** 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