updated pics

This commit is contained in:
proddy
2018-05-20 22:24:12 +02:00
parent 226e4c695e
commit 643815bdc9
9 changed files with 453 additions and 2660 deletions

View File

@@ -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?

View File

@@ -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();
}