reaper7
reaper7
I'm using lib only as client and this happens on client. Original lib -> the same problem mqtt_pub.ino from origial mqtt-client lib, only wifi user/pass and mqtt server IP changed....
it would be very useful
numerical not work but icons? info for reading: https://hackaday.io/project/12922-bluetooth-data-owon-b35t-multimeter info for reading and control: https://github.com/akemnade/owon-tools and of course some app for android phone (in my case) for experiments with reading...
I wrote about esp8266 current git master
new branch is a good idea, especially that espurna also needs patches in the utils.ino file
I know how to temporarily fix it but we need permanent solution, especially when we often refresh git version... ...we can get lost in manually edited files :)
@xoseperez - does the current code for IFAN2 also accept commands from the remote control? Watching hardware.h looks like he should... can you confirm?
@BIBOLV - it would be better if it could be written as option, hardcoded may not suit everyone.
@to-masz - I don't know what other useful mqtt flags (except retain) could be. Maybe safer to do this in the mqtt section ? ``` mqtt: host: 192.168.1.1 port: 1883...
it does not help me too :( I have in loop: ``` if(M5.BtnA.wasPressed()) { M5.powerOFF(); } ``` and m5stack after ~10 sec goes to sleep without pressing any key! I...