Soul Trace
Soul Trace
I'm have flashed original IMAX B6 with stawel/cheali-charger@fe5e5c0a and have issues with PC connection. It works fine on 9600 and 19200, but on 38400++ only garbage is recieved. I have...
Charging alkaline AAA cell using 2S 1000mAh NiMH charging program (at 100mA current) in original Imax B6 i noticed charging current increase and then huge battery resistance drop. Here is...
### qBittorrent version and Operating System qBittorrent v4.3.3, Ubuntu Focal ARM64 qBittorrent is installed from an official PPA: deb http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu focal main ### If on linux, libtorrent-rasterbar and Qt version...
Hello. I have the following section in my logid.cfg: ``` smartshift: { on: true; threshold: 10; default_threshold: 10; }; ``` It speeds up SmartShift triggering to make it easier. But...
This is something like Gesture mode: "Axis", but works on mouse buttons. Configure it like the following (this example will re-map mouse wheel tilts to horizontal scrolling with increased speed):...
Hello. I have a bad M720 mouse that has an issue with the left and right buttons - the buttons can briefly release and press again when dragging (which causes...
Those features are necessary to change TTL in IP packets using iptables rules: iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65 iptables -t mangle -A PREROUTING -j TTL --ttl-set...
Add int is_first_timespec_newer(struct timespec first, struct timespec second). Change time_t sorttime to struct timespec sorttimespec. Change getmtime(char *filename) and getctime(char *filename) to return pointer to newly allocated struct timespec (must...
Hello. Valgrind says: ``` ==10956== Thread 5: ==10956== Invalid write of size 1 ==10956== at 0x5061EA6: handleConnection (cs104_connection.c:821) ==10956== by 0x508F668: start_thread (pthread_create.c:479) ==10956== by 0x4B37322: clone (clone.S:95) ==10956== Address...
If user calls CS104_Connection_destroy() in connectionHandler() on CONNECTION_CLOSED event - two memory errors will occur in handleConnection() because self is not valid anymore (after returning from connectionHandler() which called CS104_Connection_destroy()...