From a7cbf503849467c0fea70f5fbc9cce49404848ad Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Mon, 4 May 2020 00:43:38 -0700 Subject: [PATCH] Fix comment based on reviewing hamlib code --- ubitx_cat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubitx_cat.cpp b/ubitx_cat.cpp index d561a81..dd7adfa 100644 --- a/ubitx_cat.cpp +++ b/ubitx_cat.cpp @@ -98,7 +98,7 @@ struct ReadTxStatus_t { }; //Values based on http://www.ka7oei.com/ft817_memmap.html -//hamlib likes to read addresses 0x0064 and 0x007A, but including support for some others +//hamlib likes to read addresses 0x0065 (read as 0x0064) and 0x007A, but including support for some others enum Ft817Eeprom_e : uint16_t { VfoAndBankSelect = 0x0055, TuningModes = 0x0057,