Skip to content

Commit

Permalink
revert e02932f (#619 works now without it) (#5056)
Browse files Browse the repository at this point in the history
  • Loading branch information
torntrousers authored and devyte committed Aug 19, 2018
1 parent d96c8f3 commit 61cc11d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cores/esp8266/core_esp8266_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
rtc_reg[30] = 0;

system_set_os_print(0);
int rf_mode = __get_rf_mode();
Expand Down

0 comments on commit 61cc11d

Please sign in to comment.