Skip to content

Commit 1882115

Browse files
added programming printf
1 parent 4895bd9 commit 1882115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cubesatsim/cubesatsim.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,13 @@ void program_radio() {
284284
#else
285285
mySerial.println("AT+DMOSETGROUP=0,435.0000,434.9000,0,3,0,0\r"); // squelch set to 3
286286
#endif
287-
288287
sleep(0.5);
289288
mySerial.println("AT+DMOSETMIC=8,0\r"); // was 8
290289

291290
}
292291
}
292+
Serial.println("Programming FM tx 434.9, rx on 435.0 MHz");
293+
293294
// digitalWrite(PTT_PIN, LOW); // transmit carrier for 0.5 sec
294295
// sleep(0.5);
295296
// digitalWrite(PTT_PIN, HIGH);

0 commit comments

Comments
 (0)