Kim Lilliestierna
Kim Lilliestierna
Tried that but as before having `WSLG_USE_MSTSC=true` in `.wslgconfig` pops the a usage page dialog for mstsc. Leads me to believe that there's an incorrect parameter/option in the call ....
with `WSLG_USE_MSTSC=true` i get the ` CreateWndow(): rdp_peer is not initalized` in weston.log which i guess is understandable since mstsc pops its usage page. if it helps: i asume that...
Here you go: [mstsc.zip](https://github.com/microsoft/wslg/files/10197141/mstsc.zip)
Are you referring to : https://github.com/carstencodes/simplepycons? in which case that on is supposedly updated to Simple-Icons 13.13.0
Same issue here. Running standalone. The workaround i found is to set the option in the configuration.yaml file on the device entry itself: **retain: true** a restart is ofc. required...
Can confirm, this issue seems resolved i the latest version: ``` Zigbee2MQTT version 2.0.0 Frontend version 0.9.4 zigbee-herdsman-converters version 21.12.0 zigbee-herdsman version 3.2.1 ```
Thanks! > You need to unpack our prebuilt Ubuntu 20.04 Clang binaries in a directory named clang_lib in your source tree This was the thing i was missing. Still, there's...
I second this as well. There exists a ESP-IDF driver for this at https://github.com/kgrozdanovski/veml7700-esp-idf I have not gotten around to test it yet so no idea how well it works,...
Tested with a ESP32 C3 Super mini board (these are now my new favorites when it comes to ESP-Home), works like charm right out of the box! Thanks a lot!
Here's the excerpt of the create scripts: - Wind table: ``` CREATE TABLE public.wind ( "time" timestamp with time zone NOT NULL, direction integer, speed real, speed_max real, speed_min real...