spinachpasta
spinachpasta
https://github.com/open-mmlab/OpenPCDet/issues/955 This worked for me. (This is temporal workaround, though.) Problem was solved by adding follwoing line to Dockerfile ``` RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ```
https://github.com/devWaves/SwitchBot-MQTT-BLE-ESP32/blob/6276427803756c1f0b98bf3e9d8c8da78d048ad7/Arduino%20IDE%20Files/SwitchBot-BLE2MQTT-ESP32.ino#L689-L695 ```C static byte bArrayPressPass[] = {0x57, 0x11, NULL, NULL, NULL, NULL}; static byte bArrayOnPass[] = {0x57, 0x11, NULL , NULL, NULL, NULL, 0x01}; static byte bArrayOffPass[] = {0x57, 0x11,...