Pat Deegan
Pat Deegan
A continuous integration test was failing, some use of a pre-existing gattlib_connect_async() that isn't actually used on my system (probably for the older bluez?). Renamed my async w/callback version of...
Ok, so I hadn't realized how drastically different the dbus and bluez versions were. I've restricted the async stuff to the dbus at this stage, but tests are still failing...
Hi, Well, sorry about the string of commits, there... I was building something and kept needing tweaks. The good news is that, using my modded gattlib I built: - GattLib++...
Well, the deprecation warning shouldn't kill the compilation, in theory, but it _is_ deprecated... where is this code from? Have you checked the SerialUI examples--they should demo how the same...
AFAIK, Ardustim has yet to be ported to SerialUI v2... I gave it a quick go, but ran into memory issues, so pushed it back until later. In the meantime,...
Greets, Looks a lot like linker errors, as in you need to tell g++ to link the libs... Easiest approach would probably be to re-use or replicate the CMakelists.txt stuff...
Greets Daniel, I don't know the Feather M0, yet, but was just in the process of ordering a SAMD21 M0 based dev board when I got this notification... It'll take...
Agreed! I'm actually working on a v3 for SerialUI that is a refactor++... in addition to having a slightly smaller footprint, I'm aiming for new types of fields, a redesign...
Greets. Well the tab-key completion is, I believe, impossible as many serial clients (e.g. the Arduino serial monitor) don't actually send the data until you hit enter. However, the good...
Cool, thanks for the input/info/code. I'm in the midst of a major rewrite of SerialUI to both modernize it and hopefully reduce it's footprint. I will try to integrate these...