1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-20 21:04:03 +00:00
Brandon Davidson 1b8d242505 Enable use of alternate hardware UARTs for logging (#427)
* Enable use of alternate hardware UARTs for logging

Enable use of Serial1 on ESP8266 and Serial1/Serial2 on ESP32 for logging.
This is frequently done on ESP8266 to allow use of Serial for UART TX+RX,
while maintaining logging output on Serial1 which is TX-only via GPIO2.

* ESPHOMELIB_UART -> UART_SELECTION_UART; HW_UART -> HARDWARE_UART

* Add test3 to travis; remove test4

* Set DEBUG_ESP_PORT based on logger UART setting
2019-02-13 11:20:22 +01:00
..
2019-01-06 09:47:14 +01:00
2019-02-03 20:46:18 +01:00
2019-02-10 16:22:12 +01:00
2019-02-10 16:32:02 +01:00
2019-02-03 20:46:18 +01:00
2019-02-10 14:15:20 +01:00
2019-02-10 16:22:12 +01:00
2018-04-07 01:23:03 +02:00
2019-01-05 19:52:01 +01:00
2019-01-19 16:52:31 +01:00
2019-02-03 20:46:18 +01:00
2019-02-03 20:46:18 +01:00
2019-02-10 23:55:13 +01:00
2019-01-09 15:18:54 +01:00
2019-01-02 14:11:11 +01:00
2019-02-11 15:50:12 +01:00
2019-01-19 22:14:46 +01:00
2019-02-10 23:55:13 +01:00