added BPF error text

pull/33/head
alanbjohnston 6 years ago committed by GitHub
parent 07ea618e50
commit 9c22441e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -270,7 +270,10 @@ int main(int argc, char *argv[]) {
pinMode (3, INPUT);
pullUpDnControl (3, PUD_UP);
printf("Reading: %d\n", digitalRead(3));
if (digitalRead(3) != 0)
{
printf("Band Pass Filter not present, so no transmit possible\n");
}
digitalWrite (0, HIGH);
digitalWrite (2, LOW);

Loading…
Cancel
Save

Powered by TurnKey Linux.