mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
77afbd51ae
Commit aa43ed8 was fixing the light sleep overhead calculation for ESP32-S2. However it also changed the overhead values for ESP32, resulting in incorrect light sleep time. This caused regression in light sleep example test. Revert the original values for the ESP32, keep different set of values for each chip.