Supachai Vorapojpisut
Supachai Vorapojpisut
**Error scenario:** MicroPython v1.19.1 for ESP32. async keyboard example. A single key causes non-stop repeating of keys. Defect is found to be the calling of `self._ble.gatts_notify(self.conn_handle, self.h_rep, state)` in `notify_hid_report(...
**Effect:** The LinxSerialListener will not work. **Cause:** The checking of DEBUG_ENABLED also includes 0, so the DEBUG feature is always enabled. File LinxESP32.cpp, ``` #if DEBUG_ENABLED >= 0 EnableDebug(DEBUG_ENABLED); #endif...
**Environment** Python 3.7.9 on Windows 10, Jupyter Notebook, Ubuntu 20.04 (WSL) Tested with my target broker, vanilla mosquitto docker, test.mosquitto.org Flask 1.1.2 Flask-MQTT 1.1.1 Paho-MQTT 1.5.1 **Issue** 1. Internal client...
**Error:** Always return 20 as year. **Cause:** - Wrong index when parsing return text from AT+CCLK command. - The response is "+CCLK: YY/MM/DD HH:MM:SS", so there is one space before...