Update EPROM_EMU_NG_FW.ino

Updated link to the page
This commit is contained in:
Kris Sekula 2020-07-07 22:59:16 -07:00 committed by GitHub
parent 74a8d950dc
commit baf05f5bb8
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,6 +1,6 @@
// parts of this sketch were adapted from https://github.com/bienata/CA80/tree/master/ca80loader_ardu , credits to Natasza
//
// this sketch controls the EPROM memory Emulator hardware described on mygeekyhobby.com
// this sketch controls the EPROM memory Emulator hardware described on https://mygeekyhobby.com/2020/07/05/eprom-emulator/
//
//
@ -64,7 +64,7 @@ bool autoLoad;
unsigned int lastEPROM;
const char HW_ver[] = "1.0b";
const char FW_ver[] = "1.5"; // <---------------------------------------- Don'f forget to update SW version after change
const char FW_ver[] = "1.5";
//