1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00

Update SDK to 1.5.2 (#1653)

patch included: http://bbs.espressif.com/viewtopic.php?f=46&t=1856
This commit is contained in:
Ivan Grokhotkov
2016-03-29 17:24:37 +03:00
parent dd061c8b47
commit 477e9cfb8a
8 changed files with 119 additions and 86 deletions

View File

@ -236,10 +236,10 @@ static const uint8_t ICACHE_FLASH_ATTR phy_init_data[128] =
// rf_cal_use_flash
// 0: RF init no RF CAL, using all RF CAL data in flash, it takes about 2ms for RF init
// 1: RF init only do TX power control CAL, others using RF CAL data in flash , it takes about 20ms for RF init
// 1: RF init only do TX power control CAL, others using RF CAL data in flash, it takes about 20ms for RF init
// 2: RF init no RF CAL, using all RF CAL data in flash, it takes about 2ms for RF init (same as 0?!)
// 3: RF init do all RF CAL, it takes about 200ms for RF init
[114] = 2
[114] = 1
};
// These functions will be overriden from C++ code.