homieiot / homie-esp8266

💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
http://homieiot.github.io/homie-esp8266
MIT License
1.36k stars 306 forks source link

Use Serial1 as logging output #383

Closed hgruber closed 7 years ago

hgruber commented 7 years ago

For the H801 there's only UART1 available as serial interface. So I need to have my log on Serial1. I found no way to do this without code changes. It would be nice to have this possibility as well.

benzino77 commented 7 years ago

http://marvinroger.github.io/homie-esp8266/2.0.0-beta.1/advanced-usage/logging/ (if you are using version develop or 2.0 beta)

hgruber commented 7 years ago

Thanks, it's working. My fault, should have seen it in the docs.