Merge branch 'master' into development

pull/11/head
Andy Webster 2020-11-08 22:11:52 +00:00 zatwierdzone przez GitHub
commit eed3b9b16b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 9 dodań i 6 usunięć

Wyświetl plik

@ -29,8 +29,8 @@
#include <Adafruit_I2CDevice.h>
#include <FT817.h> // https://github.com/stdevPavelmc/ft817/tree/main/lib/ft817
// uncomment this if you want to use the functions that WRITE to the EEPROM
#define EEPROM_WRITES
// uncomment this if you want to use the functions that WRITE to the EEPROM and accept the responsibiltiy stated in the header statement
//#define EEPROM_WRITES
// Declarations
Adafruit_PCD8544 display = Adafruit_PCD8544(7, 6, 5, 4, 3); // pins for (CLK,DIN,D/C,CE,RST)
@ -618,7 +618,8 @@ void getReadableMode() {
mode = "PKT ";
modeBase = modeByte;
}
// else { // removed this "else" to silence the intermittent ??? on the display
// mode = "???";
// }
}
else {
char mode[] = "??";
}
}

Wyświetl plik

@ -1,6 +1,8 @@
# ft817_buddy
A companion display &amp; controls for the FT-817.
![FT817 Buddy Rev 1 in the field](http://alloutput.com/wp-content/uploads/2020/08/06-field-trials-1024x876.jpg)
This is a work in progess, [more information at my page](http://alloutput.com/amateur-radio/ft-817-companion-display-controls/).
A little story about the build is over at [SWLing Post](https://swling.com/blog/2020/08/andy-builds-a-genius-companion-control-display-for-the-yaesu-ft-817-transceiver/).