|
发表于 2022-7-22 18:31:31
|
显示全部楼层
[W][uart.arduino_esp8266:127]: You're using the same serial port for logging and the UART component. Please disable logging over the serial port by setting logger->baud_rate to 0.
改用8266可以使用,但好像调不了参数。提示上面的错误 。好像是地址码问题,请教什么问题?uart:
id: mod_bus5
tx_pin: GPIO1
rx_pin: GPIO3
baud_rate: 256000
parity: NONE
stop_bits: 1
debug:
direction: BOTH
after:
delimiter: [0xF8,0xF7,0xF6,0xF5]
|
|