We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb90b6 commit ecd8046Copy full SHA for ecd8046
cores/esp8266/core_esp8266_phy.cpp
@@ -360,10 +360,7 @@ void user_rf_pre_init()
360
{
361
// *((volatile uint32_t*) 0x60000710) = 0;
362
spoof_init_data = false;
363
- volatile uint32_t* rtc_reg = (volatile uint32_t*) 0x60001000;
364
- rtc_reg[30] = 0;
365
366
- system_set_os_print(0);
367
int rf_mode = __get_rf_mode();
368
if (rf_mode >= 0) {
369
system_phy_set_rfoption(rf_mode);
0 commit comments