skilau
skilau
I finally got around to putting wz_mini_hacks on my Wyze FloodLight. Once I did this, wz_mini_hacks loads just fine, but the Floodlight Controls in the Wyze app (Android) no longer...
# What does this implement/fix? RP2040/Raspberry Pi Pico W: Add Support for MQTT and the Web Server NOTE: The real magic here is all done by the AsyncTCP_RP2040W library: https://github.com/khoih-prog/AsyncTCP_RP2040W...
Updated VLC today, (they pushed a new version: 3.0.19 Vetinari), and opening any Wyze stream causes VLC to crash. Older VLCs have always worked fine. (I just downgraded back to...
P2040: Add support for the RP2040. This patch is a small patch that adds in the required ifdefs to make the async web server work on the RP2040 platform. It...
The max size for "out" when given to str_bytes() is given as a STR_MAX_LEN_EUI64, but it really should be STR_MAX_LEN_EUI48
There is a minor bug in CMakeLists.txt that always brings in common/dbus.c, even though later in the CMakeLists.txt file it is properly bounded by the check of "if(LIBSYSTEMD_FOUND)" (See line...
Without adding in the include of in 2 files that use functions/defines from it, we end up getting compiler errors and linking errors. (Specifically, the htobe16 and be64toh functions/defines, which...