Update README.MD

This commit is contained in:
Kris Sekula 2021-08-22 00:11:13 -07:00 committed by GitHub
parent aa38cd89b5
commit 5dd3c83398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
## Software (Python script) to control the EPROM emulator
### Currently recommended firmware and software:
* Firmware 2.0rc2 (EPROM_EMU_NG_FW_2.0rc2.ino - Arduino sketch in [Firmware](https://github.com/Kris-Sekula/EPROM-EMU-NG/tree/master/Firmware) folder)
* Firmware 2.0rc3 (EPROM_EMU_NG_FW_2.0rc3.ino - Arduino sketch in [Firmware](https://github.com/Kris-Sekula/EPROM-EMU-NG/tree/master/Firmware) folder)
* Software 2.0rc3 (EPROM_NG_v2.0rc3.py - Python script)
### If you want to try new features (increased speed of transfer, support for EEPROM) use the following:
* Firmware 2.0rc9 (EPROM_EMU_NG_FW_2.0rc9.ino - Arduino sketch in [Firmware](https://github.com/Kris-Sekula/EPROM-EMU-NG/tree/master/Firmware) folder)
* Firmware 2.0rc10 (EPROM_EMU_NG_FW_2.0rc10.ino - Arduino sketch in [Firmware](https://github.com/Kris-Sekula/EPROM-EMU-NG/tree/master/Firmware) folder)
* Software 2.0rc9 (EPROM_EMU_NG_2.0rc9.py - Python script)
Python script to control the EPROM EMULATOR NG.