Update payload_pico.ino don't program radio via Serial

pull/278/head
Alan Johnston 2 years ago committed by GitHub
parent 1f9eb793c3
commit e6f8849b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,7 +132,7 @@ void setup() {
Serial.print("Pi Zero present, so running Payload OK code."); Serial.print("Pi Zero present, so running Payload OK code.");
sr_frs_present = true; sr_frs_present = true;
program_radio(); // program_radio();
start_payload(); start_payload();
pinMode(15, INPUT_PULLUP); pinMode(15, INPUT_PULLUP);

Loading…
Cancel
Save

Powered by TurnKey Linux.