536b8d24
536b8d24
**Describe the bug** There is no text on UI, and the terminal says: QFontDatabase: Cannot find font directory ~/qt_hmi/lib/fonts. Note that Qt no longer ships fonts. Deploy some (from http://dejavu-fonts.org...
v0.2.0版本使用了jpush3.3.6以后才支持setBadgeNumber,而gradle里jpush的版本依然是3.3.4,所以导致build失败。升级到最新jpush版本后解决。
## As the title says this is my test code: ```JavaScript const mqtt = require('mqtt') const host = 'broker.emqx.io' const port = '1883' const clientId = `S1RRR2232D0003_1` const connectUrl =...
**Feature Description** **HarmonyOS NEXT** is coming. I want to use `btleplug` in my HarmonyOS App. I want to use this library in harmonyOS project, could you consider supporting it? Or...
**Describe the bug** I‘m from flutter_btleplug. After scanning, I add two buttons on scanned items, connect and disconnect. The connection works, but the disconnected connection does not work. BUT, code...
**Describe the bug** My code run on mobile And macos. But when I compile it on Ubuntu, it doesn't work. I Get this error after each successful connection. Why?
As the title indicates, since Huawei is prohibited from using Android, Huawei phones have now completely transitioned to the OpenHarmony operating system. Given that Huawei phones have an extensive user...
各种编码都是乱码
在串口方面我是第一次使用,不太明白为什么会是乱码。默认是ASCII,我也尝试了UTF-8等其他编码, Windows上类似工具的日志都是正常可读的。