We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a51b1 commit be02af0Copy full SHA for be02af0
1 file changed
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