MaxineMuster
MaxineMuster
A try to address https://github.com/openshwprojects/OpenBK7231T_App/issues/1684 NOT tested. If it works as expected, it should log the best AP for a SSID (on UART). If it works as expected, I coud...
Use "HAL usleep" as proposed by @rpv-tomsk with his implementation for Beken Fix broken HTML (DS1820 driver was forgotten when extending API with "PreState" so all entries where present twice...
As a result from some tests in #1629: I think there are possible memory leaks in TCP server code: in case realloc fails, regular TCP server will simply "return", leaving...
Need a PR, I get errors durung BEKEN builds in my repository like : ``` beken packager V2.1.0 Shanghai Real-Thread Electronic Technology Co.,Ltd Linux-6.8.0-1027-azure-x86_64-with-Ubuntu-22.04-jammy load_config: config.json partition flash_name phy addr...
Move clock related commands from drv_ntp to drv_deviceclock if they are not bound to NTP Fixed some misplaced code inside cmd_if.c (ntp and BL0937 code was in wrong "ifdefs") Code...
Our new code in OpenBeken allows for other time sources now. So here's a simple "driver" for the NEOM6 GPS module, in fact its merely a parser for the UART...
Changed ESP8266 so pinindex matches IO number Some extensions to MAX72XX-Clock-Driver: Allow use of own font New implementation for animated display Hardcoded values for a MAX7219 display with 4 8x8...