File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Firmware/LoRaSerial_Firmware Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -712,8 +712,9 @@ void displayParameters()
712712 if (printerEndpoint == PRINT_TO_RF)
713713 systemPrint (" R" ); // If someone is asking for our settings over RF, respond with 'R' style settings
714714 else
715- systemPrint (" S " );
715+ systemPrint (" A " );
716716
717+ systemPrint (" TS" );
717718 systemPrint (x);
718719 systemPrint (" :" );
719720
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ void moveToTrainingFreq()
8989 // Disable NetID checking
9090 settings.pointToPoint = false ;
9191
92+ // Turn power as low as possible. We assume two units will be near each other.
93+ settings.radioBroadcastPower_dbm = 0 ;
94+
9295 generateHopTable (); // Generate frequency table based on current settings
9396
9497 configureRadio (); // Setup radio with settings
You can’t perform that action at this time.
0 commit comments