sweebee
sweebee
same for me on SDK46
@CapnBry any news on this? 😇
Goggles: **V1** Device: **Nokia 5.1 Plus** Android version: **10** Used cable: **Cheap Aliexpress cable** (https://nl.aliexpress.com/item/4000512317646.html) 25 mbit: **Works** 50 mbit: **Works** Latency: **~200ms** to +- 3000ms _When starting the app...
@ayberkgerey yes this way: ``` await this.connectedDevice.discoverAllServicesAndCharacteristics(); const services = await this.connectedDevice.services(); this.characteristics = []; for await (const service of services) { const characteristics = await service.characteristics(); for await (const...
I received device info from 2 customers that are using the app, they were both using a Samsung Galaxy S10 with Android 11.
The problem with that is that it requires root access. I found a different solution that seems to work. I've created a php file with ```
The timezone must be ignored by the picker if there is no time to select. Or just don't add the timezone attribute when it's a date only field.
The time is correct
any news on this?
I've got the same issue now, I'm on node 4.8.7.