wifi_no_sleep = true for ESP32C3 still needed in T 14.5.0 ? #23096
Unanswered
GEAG
asked this question in
Support request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In file
tasmota/tasmota_support/support_wifi.ino
there is still the following line enabled only for ESP32C3 targets:wifi_no_sleep = true; // Temporary patch for IDF4.4, wifi sleeping may cause wifi drops
Since T has been ported to Arduino Core3/IDF5 for all versions >= T 14.0.0, I wonder if this still has relevance or if it is obsolete by now?
Our own tests and measurements have shown, that the energy consumption may be significantly reduced (up to -48%), if this line is eliminated from the code.
Beta Was this translation helpful? Give feedback.
All reactions