From 8134624043ced9afff59bb0d74e0513a2293f4b1 Mon Sep 17 00:00:00 2001 From: g7uhn Date: Mon, 16 Nov 2020 22:54:10 +0000 Subject: [PATCH] Tightened up risk statement --- Arduino/src/main.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Arduino/src/main.cpp b/Arduino/src/main.cpp index a775aed..5ebb8f4 100644 --- a/Arduino/src/main.cpp +++ b/Arduino/src/main.cpp @@ -12,16 +12,17 @@ Michael Sansom G0POT Pavel Milanes Costa CO7WT - IMPORTANT NOTE! You must do/check two things before using this code: - 1) In the FT817.cpp library file, check the SoftwareSerial pin number are set to (12, 11) for the FT817 Buddy PCB. - 2) Uncomment the line below to unlock EEPROM writes and acknowledge you accept the risk that comes with writing to the - FT-817 EEPROM i.e. an interruption or write error may reset your radio to pre-alignment factory defaults. - The authors above bear no responsibility for your use of this code and you proceed at your own risk. See KA7OEI's - page here (http://www.ka7oei.com/ft817_meow.html) for details of how to record your own radio's unique factory settings - such that you can restore your radio if the worst happens! :-) + IMPORTANT NOTE! You MUST do/check two things before using this code: + 1) By using this code you acknowledge that you accept the risk that comes with writing to the FT-817 EEPROM i.e. an interruption + or write error may reset your radio to pre-alignment factory defaults. See KA7OEI's page here (http://www.ka7oei.com/ft817_meow.html) + for details of how to record your own radio's unique factory settings such that you can restore your radio if the worst happens! + 2) Uncomment the line below to unlock the sketch that may write to the EEPROM. You did record your own radio's 76 factory + calibration settings from the "soft calibration" menu... didn't you? + + The authors above bear no responsibility for your use of this code and you proceed at your own risk. */ -// uncomment this if you want to use the functions that WRITE to the EEPROM and accept the responsibility stated above! :-) +// uncomment the line below if you want to use this sketch that writes to the EEPROM and accept the responsibility stated above! :-) // #define EEPROM_WRITES // Include libraries