Brian Aker
Brian Aker
Boost.m4 fails to link on OSX 10.7 with boost 1.49.0, but will work with boost 1.47.0.
isConnected() does not provide state of play. This leaves though playing field in order to be backwards compatible. Airfoil Satellite is automagically started on a node running Satellite, and while...
There has been some API changes. - /blink1/inputs has been removed and /blink1/input performs the same task - /blink1/logging has been removed - /blink1/lastColor can be retrieved with /blink1/fadeToRGB If...
### Contact Details _No response_ ### Version github ### Description From CMakeList.txt ``` add_option("WOLFSSL_CODING" "Enable coding base 16/64 (default: enabled)" "yes" "yes;no") ``` The above is an autoconf'ism(*). To have...
Cmake is like autoconf in that can't track dependencies done using low level IO commands. In order to have a repeatable build you need to use configure_file(). All of: ```...
I get the following: error java.lang.NullPointerException: Cannot invoke method startsWith() on null object @ line 1619 This comes from a second smart things controller on the same network as the...
Version 1.4.10 libtool: link: gcc -dynamiclib -o src/.libs/libwolfssh.8.dylib src/.libs/libwolfssh_la-ssh.o src/.libs/libwolfssh_la-internal.o src/.libs/libwolfssh_la-log.o src/.libs/libwolfssh_la-io.o src/.libs/libwolfssh_la-port.o -L/usr/local/lib -lwolfssl -lutil -lnetwork -O2 -pthread -install_name /usr/local/lib/libwolfssh.8.dylib -compatibility_version 13 -current_version 13.4 -Wl,-single_module Undefined symbols for architecture...
I believe this issue can be consider either a bug or a feature request. With a flex input file with option of reentrant, bison-bridge, and a prefix of “config_”, the...
These changes sanitize the data being exported from Home Assistant to the esp32. There is still a need to sanitize the data on the esp32 side as well, but these...
Hi! Is there a way to combine ble_client with ble_gateway? I have miflora sensors which are being passively read via ble_gateway, I am forwarding all of their BLE data processing...