Jonas Bilal
Jonas Bilal
Hello, can I put some files of your library in my GitHub repo? I am using your library in combination with the esp32 toolchain (of course I've left the author...
Hello, I have a string of hex numbers (in Hex representation; like "AB12F1") for which I would like to calculate (and check) the CRC sum with crc16 (the hex-string is...
LIBCONFIGPP_INCLUDE_DIR is not found during build fix
Hello, during building with CMake, the variable LIBCONFIGPP_INCLUDE_DIR (in the CMakeList of server and server/httpd) is not set or used. It causes the build to crash. While rmoving this variable...
I have restructured the whole library in the following aspects: - Full use of C++ and STL; no more C-style. There were many C-style parts, like raw pointers, manual dynamic...
Hello, I installed the library successfully (tested the binaries and via a CMake sample application). However, Meson has trouble to find it: ```meson jkqt = dependency('JKQTPlotter6', required: true) ``` it...