mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-12 16:21:17 +08:00
feat(esp8266): set phy cal option according to cal data check
This commit is contained in:
@@ -472,9 +472,12 @@ config ESP_PHY_CALIBRATION_AND_DATA_STORAGE
|
||||
default y
|
||||
help
|
||||
If this option is enabled, NVS will be initialized and calibration data will be loaded from there.
|
||||
PHY calibration will be skipped on deep sleep wakeup. If calibration data is not found, full calibration
|
||||
will be performed and stored in NVS. Normally, only partial calibration will be performed.
|
||||
If this option is disabled, full calibration will be performed.
|
||||
If calibration data is not found, full calibration will be performed and stored in NVS. Normally,
|
||||
only partial calibration will be performed. If this option is disabled, full calibration will be performed.
|
||||
|
||||
Full calibration needs 170 - 180ms.
|
||||
Partial calibration needs 35 - 40ms.
|
||||
No calibration needs 3.260 - 3.264ms.
|
||||
|
||||
If it's easy that your board calibrate bad data, choose 'n'.
|
||||
Two cases for example, you should choose 'n':
|
||||
|
||||
Reference in New Issue
Block a user