1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

revert e02932f (#619 works now without it) (#5056)

This commit is contained in:
Anthony Elder 2018-08-19 08:38:18 +01:00 committed by Develo
parent d96c8f393e
commit 61cc11da22

View File

@ -301,10 +301,7 @@ void user_rf_pre_init()
// *((volatile uint32_t*) 0x60000710) = 0;
spoof_init_data = false;
volatile uint32_t* rtc_reg = (volatile uint32_t*) 0x60001000;
if((rtc_reg[24] >> 16) > 4) {
rtc_reg[24] &= 0xFFFF;
rtc_reg[30] = 0;
}
system_set_os_print(0);
int rf_mode = __get_rf_mode();