wiedehopf
wiedehopf
https://github.com/alexh-name/bsec_bme680_linux/blob/aca3e1f21845f45dd0157b53163ce26de57f60e9/bsec_bme680.c#L139 Is there a reason this never sleeps more than a second? This would be the more obvious code for that function, actually assigning something to the sleep seconds? ```c...
Outline on how to do it: ``` sudo mkdir -p /usr/local/share/adsbcompare ``` create file /etc/lighttpd/conf-available/87-adsbcompare.conf with the following contents ``` #lighttpd configuration for adsbcompare # redirect the slash-less URL url.redirect...
URL needs to be manually adjusted still.
Hello, i wanted to reproduce compilation and ran into 2 issues. First of all zstd dev branch seems to no longer work with this code, i don't know exactly why....
Python changed the function name it seems .... from _PyFloat_Unpack4 to PyFloat_Unpack4 In case you want to use my modifications, feel free: https://github.com/wiedehopf/mlat-client/commit/db757ca5905b12e132926f166cd35ac62c4b4210 I suppose a function pointer might be...
https://github.com/flightaware/dump1090/blob/a80ba8f82a74c90a29619ddbc10909c561198541/dump1090.c#L125 500 ms seems quite a long default. 50 or 100 ms might be a good choice and not too many packets still?