HoGC
HoGC
I want to know, too
我也无法编译使用make menuconfig,可以提供默认的make.settings文件吗,以便直接make
@JurajSadel esp-idf(v4.4.2) commit: `1b16ef6cfc2479a08136782f9dc57effefa86f661` Create project: `cargo generate https://github.com/esp-rs/esp-idf-template cargo` ``` cargo generate https://github.com/esp-rs/esp-idf-template cargo 🤷 Project Name : rs-demo 🔧 Destination: /home/g/00build-tools/01esp/rs-demo ... 🔧 Generating template ... ✔ 🤷...
@JurajSadel Can you install a new LTS, change wsl to 1, and then test it? If you are using Ubuntu-20.04, you can install Ubuntu-22.04. Use `wsl --set-version Ubuntu-22.04 1` to...
@JurajSadel No ports found ``` g@LAPTOP-Q3JSDBEA:~/serialport-rs$ esptool.py -p /dev/ttyS2 chip_id esptool.py v3.3.2-dev Serial port /dev/ttyS2 Connecting......... Detecting chip type... Unsupported detection protocol, switching and trying again... Connecting.... Detecting chip type......
@dobairoland Yes, I need to use RTS to restart MCU
It's fixed, you can try it https://github.com/SmartArduino/DoHome/tree/master/DoHome_HassAssistant_Component
You can try the latest version https://github.com/SmartArduino/DoHome/tree/master/DoHome_HassAssistant_Component
It's fixed, you can try it https://github.com/SmartArduino/DoHome/tree/master/DoHome_HassAssistant_Component
You can try the latest version https://github.com/SmartArduino/DoHome/tree/master/DoHome_HassAssistant_Component And if that doesn't work, you can open log custom_components/dohome/__init__.py ```python _LOGGER = logging.getLogger(__name__) _LOGGER.setLevel('DEBUG') ```