mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
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.