Skip to content

Commit ec9def0

Browse files
committed
Updated the readme
1 parent 4595908 commit ec9def0

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

readme.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,17 @@ For further details including how to wire this up please visit
6363
[https://amiga.robsmithdev.co.uk]
6464

6565
# Whats changed?
66-
v2.4 Improved support for Usb to Serial devices based on findings from GitHub user "prickle" - firmware is now V1.7
67-
v2.33 Merged with Pull Request #9 (Detect and read out HD floppy disks 1.44M by kollokollo) - firmware is now V1.6
68-
v2.32 Merged with Pull Request #6 (Modified the behavior of the current track location on Arduino boot - paulofduarte) which also addresses issues with some drives and updated firmware to 1.4
66+
* v2.4 Improved support for Usb to Serial devices based on findings from GitHub user "prickle" - firmware is now V1.7
67+
* v2.33 Merged with Pull Request #9 (Detect and read out HD floppy disks 1.44M by kollokollo) - firmware is now V1.6
68+
* v2.32 Merged with Pull Request #6 (Modified the behavior of the current track location on Arduino boot - paulofduarte) which also addresses issues with some drives and updated firmware to 1.4
6969
Made a small change to the diagnostics code to also erase the track before writing it
70-
v2.31 Upgraded the PC code side to work with Visual Studio 2019 resolving issue #11 (ourIThome) and merging pull request #13 (bassclefstudio)
70+
* v2.31 Upgraded the PC code side to work with Visual Studio 2019 resolving issue #11 (ourIThome) and merging pull request #13 (bassclefstudio)
7171
Fixed a few typos in ArduinoInterface.cpp from pull request #12 (Crkk)
72-
V2.2 Fixed 99% of checksum errors when writing by erasing the track first
73-
V2.1 Diagnostics and potential write bug fixed
74-
V2.0 Disk reading has been vastly improved and you can now also write disks!
75-
V1.0 Initial release, can read disks fairly well
72+
* V2.2 Fixed 99% of checksum errors when writing by erasing the track first
73+
* V2.1 Diagnostics and potential write bug fixed
74+
* V2.0 Disk reading has been vastly improved and you can now also write disks!
75+
* V1.0 Initial release, can read disks fairly well
7676

7777
# Licence
7878
This entire project is available under the GNU General Public License v3
7979
licence. See licence.txt for more details.
80-

0 commit comments

Comments
 (0)