mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
updated pics
This commit is contained in:
@@ -359,6 +359,8 @@ void _processType(uint8_t * telegram, uint8_t length) {
|
||||
strcpy(src_s, "Boiler");
|
||||
} else if (src == EMS_ID_THERMOSTAT) {
|
||||
strcpy(src_s, "Thermostat");
|
||||
} else {
|
||||
strcpy(src_s, "<unknown>");
|
||||
}
|
||||
|
||||
// was it sent specifically to us?
|
||||
|
||||
@@ -134,7 +134,7 @@ void ICACHE_FLASH_ATTR emsuart_init() {
|
||||
ETS_UART_INTR_ATTACH(emsuart_rx_intr_handler, NULL);
|
||||
ETS_UART_INTR_ENABLE();
|
||||
|
||||
// when all ready swap Rx and Tx pins (to use GPIO13 (D7) and GPIO15 (D8) )
|
||||
// swap Rx and Tx pins to use GPIO13 (D7) and GPIO15 (D8) respectively
|
||||
system_uart_swap();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user