riddlecp

Results 5 comments of riddlecp

Having the same issue. Wifi working fine with a generic esp32, but not for the Heltec Wifi Kit 32

Having the same issue on Leap 15.3 Kernel: 5.19.8-lp153.2.g0330383-default Error is returned after updating: libnvidia-container1 1.10.0-1 -> 1.11.0-1 libnvidia-container-tools 1.10.0-1 -> 1.11.0-1 nvidia-container-toolkit 1.10.0-1 -> 1.11.0-1 nvidia-docker2 version: 2.11.0-1 Docker...

Thanks Elezar, I saw that thread this morning and was attempting when you replied. Removing the nvidia container toolkit and installing back fixed the issue. I did notice that it...

This doesn't really make any sense to me, but it worked - change the line `line_mac_id = line_mac_id_arr[1]` to `line_mac_id = line_mac_id_arr[0]`

after changing that index value, it created fine apparently: `# cat sensors.yaml` `info: This file contains the MAC_ID of the sensors already registred for Autodiscover` `info: You can reinitiate Autodiscover...