Skip to content

Commit

Permalink
added programming printf
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Jul 30, 2023
1 parent 4895bd9 commit 1882115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cubesatsim/cubesatsim.ino
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,13 @@ void program_radio() {
#else
mySerial.println("AT+DMOSETGROUP=0,435.0000,434.9000,0,3,0,0\r"); // squelch set to 3
#endif

sleep(0.5);
mySerial.println("AT+DMOSETMIC=8,0\r"); // was 8

}
}
Serial.println("Programming FM tx 434.9, rx on 435.0 MHz");

// digitalWrite(PTT_PIN, LOW); // transmit carrier for 0.5 sec
// sleep(0.5);
// digitalWrite(PTT_PIN, HIGH);
Expand Down

0 comments on commit 1882115

Please sign in to comment.