Skip to content

Commit a4d8f70

Browse files
switch tx and rx frequencies
1 parent a8077ae commit a4d8f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubesatsim/cubesatsim.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ void program_radio() {
282282
#ifdef APRS_VHF
283283
mySerial.println("AT+DMOSETGROUP=0,144.3900,144.3900,0,8,0,0\r"); // can change to 144.39 for standard APRS
284284
#else
285-
mySerial.println("AT+DMOSETGROUP=0,434.9000,435.0000,0,3,0,0\r"); // squelch set to 3
285+
mySerial.println("AT+DMOSETGROUP=0,435.0000,434.9000,0,3,0,0\r"); // squelch set to 3
286286
#endif
287287

288288
sleep(0.5);

0 commit comments

Comments
 (0)