mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Fix RF_MODE override
__get_rf_mode was declared but was not used
This commit is contained in:
parent
730764075e
commit
297bb17c53
@ -287,5 +287,6 @@ void user_rf_pre_init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
system_set_os_print(0);
|
system_set_os_print(0);
|
||||||
|
system_phy_set_rfoption(__get_rf_mode());
|
||||||
__run_user_rf_pre_init();
|
__run_user_rf_pre_init();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user