1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-23 19:21:59 +03:00

Merge pull request #1832 from esp8266/sdk-1.5.2

Update SDK to 1.5.2 (#1653)
This commit is contained in:
Ivan Grokhotkov
2016-03-30 21:07:37 +03:00
11 changed files with 241 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.