commented out payload config and read

pico-v0.1
alanbjohnston 4 years ago committed by GitHub
parent 4355c7ef85
commit 86256ae4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ void setup() {
sleep(5.0);
config_gpio();
/*
pinMode(PI_3V3_PIN, INPUT);
Serial.print("Pi 3.3V: ");
Serial.println(digitalRead(PI_3V3_PIN));
@ -73,6 +73,7 @@ void setup() {
payload_OK_only();
}
}
*/
read_reset_count();
// mode = FSK; // AFSK;
@ -134,7 +135,7 @@ void loop() {
// ; //
read_ina219();
read_payload();
// read_payload();
// encode as digits (APRS or CW mode) or binary (DUV FSK)
if ((mode == BPSK) || (mode == FSK))

Loading…
Cancel
Save

Powered by TurnKey Linux.