Update main.c changed v1 to LPF present

pull/346/head
Alan Johnston 1 year ago committed by GitHub
parent d6bf01cc73
commit 948c66794b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -310,7 +310,7 @@ int main(int argc, char * argv[]) {
pullUpDnControl(26, PUD_UP);
if (digitalRead(26) != HIGH) {
printf("v1 Present with UHF BPF\n");
printf("LPF present\n");
transmit = TRUE;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.