mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
(v2) add GPIOs to WebUI as configurable options (LED, Rx, Tx, Dallas sensor) #466
This commit is contained in:
@@ -31,7 +31,7 @@ class EMSuart {
|
||||
EMSuart() = default;
|
||||
~EMSuart() = default;
|
||||
|
||||
static void start(uint8_t tx_mode);
|
||||
static void start(uint8_t tx_mode, uint8_t rx_gpio, uint8_t tx_gpio);
|
||||
static void stop();
|
||||
static void restart();
|
||||
static void send_poll(uint8_t data);
|
||||
|
||||
Reference in New Issue
Block a user