no callsign transmit

pico-v0.1
alanbjohnston 3 years ago committed by GitHub
parent 9dadd56631
commit ebe596757c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,14 +57,15 @@ WiFiClient client;
void setup() {
new_mode = mode;
config_gpio();
Serial.begin(9600);
blinkTimes(2);
pinMode(LED_BUILTIN, OUTPUT);
blinkTimes(1);
sleep(5.0);
config_gpio();
/*
pinMode(PI_3V3_PIN, INPUT);
Serial.print("Pi 3.3V: ");
@ -113,13 +114,14 @@ void setup() {
}
*/
start_button_isr();
/*
char call[] = "AMSAT";
strcpy(callsign, call);
transmit_callsign(callsign);
sleep(5.0);
*/
sampleTime = (unsigned int) millis();
ready = TRUE; // flag for core1 to start looping

Loading…
Cancel
Save

Powered by TurnKey Linux.