]> granicus.if.org Git - esp-idf/commit
esp32: fix the bug that the first two reboots do full calibration
authorLiu Zhi Fu <liuzhifu@espressif.com>
Tue, 12 Jun 2018 07:51:51 +0000 (15:51 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Tue, 12 Jun 2018 07:51:51 +0000 (15:51 +0800)
commitfc72d53c71bd097920ed9747a7179c0c346d6aa9
treecdee33169871b33656068b3f553c6ccb2d0258ca
parent4eda1b7a2573ef8873b6a969238b87bbf483ed58
esp32: fix the bug that the first two reboots do full calibration

If the NVS is erased, the first two reboots will do full calibration.
This commit is to fix this issue and only need to do full calibration once.
components/esp32/phy_init.c