hsaturn
hsaturn
> the sensor might be left in a bad state Yes, and this is expected (because init() already said that things went wrong and for some reasons, I've removed your...
Kevin I forgot to say that the problem may occur ONLY with the ESP8266 !
I do agree that enum class can be boring when using operators | & etc. But the overhead is little and once wrote, things are a lot better IMHO. Especially...
Hello Brian I knew about the fact that C++ becomes boring for you (same for me in fact). And you're right, make_unique is not supported every where on arduino's ides...
I've ran several time Mqtt-Explorer during a lot more than 24 hours without any problem. Even with about 6/7 graphs. You did not mention what OS you are using. Maybe...
I'm surprised that there is no reaction at all :-( I tough a lot more people were using procs and were bored of copying / paste hundred time / day....
Ha, yes, the message is so clear. There is no handler for classes, I should have guess myself ! grr Doesn't the compiler can trust variables or argument ' types...
I (very) often need this feature with mlogjs ! Why not just include a file (at the parser level) ? `import 'module.js';` This would just read the concatenate module.js to...