#esp8684 devkit
1 messages · Page 1 of 1 (latest)
if I "double import" I can e.g. set wifi.radio.enabled and read back the expected value, and I can start_scanning_networks (but never see any networks)
double import is going to be an issue... we won't know what loaded before the error occurs... behavior will be sketchy
but try reset then from wifi import radio ...it loads less of the wifi module and may help with memory use
same error, unfortunately
ok, not sure what else to suggest... file an issue?
looks like it's open already as issue #9842