mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 16:49:11 +03:00
(v2) add GPIOs to WebUI as configurable options (LED, Rx, Tx, Dallas sensor) #466
This commit is contained in:
@@ -26,7 +26,7 @@ namespace emsesp {
|
||||
/*
|
||||
* init UART0 driver
|
||||
*/
|
||||
void EMSuart::start(uint8_t tx_mode) {
|
||||
void EMSuart::start(uint8_t tx_mode, uint8_t rx_gpio, uint8_t tx_gpio) {
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user