File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -509,6 +509,7 @@ unsigned long retransmitTimeout = 0; //Throttle back re-transmits
509509// Global variables
510510// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
511511const Settings defaultSettings;
512+ Settings settings; // Active settings used by the radio
512513Settings tempSettings; // Create a duplicate of settings during training so that we can resort as needed
513514
514515char platformPrefix[25 ]; // Used for printing platform specific device name, ie "SAMD21 1W 915MHz"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ typedef enum
1919 RADIO_DISCOVER_SCANNING ,
2020 RADIO_DISCOVER_WAIT_TX_FIND_PARTNER_DONE ,
2121 RADIO_DISCOVER_STANDBY ,
22-
22+
2323 //Multi-Point: Datagrams
2424 RADIO_MP_STANDBY ,
2525 RADIO_MP_WAIT_TX_DONE ,
@@ -518,7 +518,6 @@ typedef struct struct_settings {
518518 //-- Add commands to set the parameters
519519 //-- Add parameters to routine updateRadioParameters
520520} Settings ;
521- Settings settings ;
522521
523522//Monitor which devices on the device are on or offline.
524523struct struct_online {
You can’t perform that action at this time.
0 commit comments