You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code.pyoutput:
Traceback (mostrecentcalllast):
File"code.py", line42, in<module>AttributeError: can't set attribute 'listen_interval'
Description
I'm trying to disable wifi power savings, which seems to improve reliability of ESP32 connections on some wifi networks. According to the documentation, as far as I can tell, this should be available. And I think by setting it to less than zero wifi power saving should be disabled. In any case, the api seems to be missing on this platform. It was apparently added in #9476.
First circuitpython bug report, could be I am holding it wrong. Thanks.
Additional information
No response
The text was updated successfully, but these errors were encountered:
@EternityForest (author of #9476) not sure how we all missed that, but no one else had tried to use it.
I wonder if we should see if the RP2 WiFi impl has some power-saving implementation that is similar, and maybe come up with a more general API that would be applicable to both.
CircuitPython version and board name
Code/REPL
Behavior
Description
I'm trying to disable wifi power savings, which seems to improve reliability of ESP32 connections on some wifi networks. According to the documentation, as far as I can tell, this should be available. And I think by setting it to less than zero wifi power saving should be disabled. In any case, the api seems to be missing on this platform. It was apparently added in #9476.
First circuitpython bug report, could be I am holding it wrong. Thanks.
Additional information
No response
The text was updated successfully, but these errors were encountered: