-
• #2
They don't exist at this point. I used to turn off 11n in another project because there were issues, but I haven't found that with SDK 1.4, is there a reason you need setphymode?
WRT sleeptype, we haven't worked on sleep stuff yet. Are you trying to disable the DTIM sleep?
-
• #3
setphymode is not as important as sleeptype()
yes, eg like this :
// keep wifi always on wifi.sleeptype(wifi.NONE_SLEEP)
-
• #4
found this used for nodeMCU
https://github.com/nodemcu/nodemcu-firmware/search?utf8=%E2%9C%93&q=sleeptype
please advise where to find this two methods for class wifi?
and
have been using them with Lua on ESP8266 and can not find them in Esprunio