MisterHW

Results 15 comments of MisterHW

I re-implemented the HELP mechanism with block data. Still working on it a bit and cleaning up. The optional description mechanism is backward compatible and allows informing the user which...

After looking at the delimiter question some more I think it's appropriate to harmonize SCPI_ResultArbitraryBlockHeader() by making it insert a delimiter where needed. https://github.com/j123b567/scpi-parser/pull/134 adds this behaviour, plus some minor...

I might have to re-write `strncasestrn()`, but I've got a branch with a `USE_SEARCH_FILTER` feature which treats an optional string in `HELP? []` as a filter to narrow down the...

I think I'm getting away with using ``` #if (!HAVE_STDBOOL) && (!_GLIBCXX_HAVE_STDBOOL_H) typedef unsigned char bool; #endif ``` p.s.: as per https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.2/c++config_8h.html , one should not use _GLIBCXX_HAVE_STDBOOL_H directly, but...

@j123b567 the HELP? enhancement has served me well in recent months. It's really convenient in the lab when setting up and verifying configurations. I don't have to worry about versions...

Yeah well, C89 build fails because strncasecmp() was introduced later.

I will get back to this eventually :)

Is LightWare SF10 / SF11 supported or is support planned? https://betaflight.com/docs/wiki/guides/current/Supported-Sensors#introduction > Range Finder > > HCSR04 > Benewake LIDAR TF02 > Benewake LIDAR TFmini

Same issue here - I need 5.99, but also need to replicate layout sections. Extremely unfortunate. Any plans to use group functionality?

In v6, schematic and board items have uuids, and groups have lists of member uuids. Copy&paste, rotation and translation of groups is already supported in the footprint editor as well...