m0uH
m0uH
Experiencing the same compilation errors when using CentOS 7 and GCC 8.3.1. Replacing `std::isnan()` with `std::isnan()` fixes the problems.
I had the same problem as @xnardo . I was able to fix the problem with the script. You might try the following script: ``` #!/bin/bash #### ENTER YOUR DATAS...
The problem with the bad/illegal URL was due to some whitespace being added to the UID by the `grep` / `sed` command. Making sure it's only the UID (without any...
I tried the proposed changes as I'm interested in using it for a water meter. Thanks to the hint of @michaelt88 I was able to implement an optional total pulse...
I've now also added an additional option to wake up the main SoC after a user defined number of detected edges. By this one can use a much longer deep...