mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-09 16:25:35 +00:00
switch defaults to sf7/cr5
This commit is contained in:
@@ -290,7 +290,7 @@ int main(void)
|
||||
{
|
||||
/* Initialize radio prefs with observer-specific defaults */
|
||||
initNodePrefs(&s_radio_prefs);
|
||||
s_radio_prefs.cr = 5; /* CR 4/5 (initNodePrefs sets 8) */
|
||||
s_radio_prefs.cr = 5; /* CR 4/5 (same as initNodePrefs; kept explicit) */
|
||||
s_radio_prefs.tx_power_dbm = 0; /* observer never TXes */
|
||||
strncpy(s_radio_prefs.node_name, "Observer",
|
||||
sizeof(s_radio_prefs.node_name) - 1);
|
||||
|
||||
Reference in New Issue
Block a user