hajosc
hajosc
My apologies, I may just not understand the idea behind auto-sudoedit, but I do have difficulties understanding the idea behind it: - I open a file that is rw-r--r-- root:root...
As per subject, release V0.1.6 doesn't connect to ThingsBoard v3.4.4. Actually it does, Thingsboard debug logs show success, "alive" goes true, but the MqttClient eventually times out and thinks it...
It appears that at least gcc 14.2.1 does not call the class's ~InterruptLock() destructor and hence interrupts don't get re-enabled. I rely on interrupts for other functionality and they stop...
You are checking for timing, not to read too often. However, the code ignores that millis() will wrap back to 0 eventually. In such case the reading will fail and...