ESP NOW send not working in 1.6.1
-
Not sure if this belongs here (only bug related area i can find)
ESP NOWis not working properly in firmware 1.6.1
I tested this on m5stickC and core basic, it only works on firmware 1.4.5, not on later versions
in fact its the sending that gives an "interface error", receiving seems to work fine(I'm using UIFlow btw)
-
Hi @ardo ,
I just test it with StickC and Core basic,It work well in firmware V1.6.1.Can you show your "blocks" with us?
-
Hi, this program works perfectly in 1.4.5, here's what gives in 1.6.1:
If I take out the "send" block, it works, it receives msgs
-
Hi @ardo ,
Can you share your m5f file with us?
-
Sure, but how would I upload an m5f ?
-
Hi @ardo ,
You can send it to us the official support email.Official support email addr: support@m5stack.com
-
@iamliubo
Ah, ok; file sent.thanks for investigating this.
-
@ardo thank you feedback this bug. we will fix this bug as soon as possible ,
you could follow this operation let the code runing.
use online UIflow to open the program file , and runing
or
offline version need add
wifiCfg.wlan_sta.active(True)
in the python code. (next to wifiCfg.wlan_ap.active(True)) -
@m5stack
And thank you for looking into this and the quick workaround
(It also seems to work when I put that line in an "Execute" block)However...
While you are fixing this, you might also have to take a look at the "After send message" block, now that I've got the send working again, it looks to me this block does not return a value.(it did in 1.4.5) I can again provide an m5f file if you'd need it. -
@ardo ok thank you again.. we will fix these bug in next version. have nice day.