auto-formatting

This commit is contained in:
proddy
2021-08-26 10:42:40 +02:00
parent 7529f3a73e
commit 0f83870db0
5 changed files with 50 additions and 26 deletions

View File

@@ -179,9 +179,9 @@ void EMSESP::init_uart() {
uint8_t rx_gpio;
uint8_t tx_gpio;
EMSESP::webSettingsService.read([&](WebSettings & settings) {
tx_mode = settings.tx_mode;
rx_gpio = settings.rx_gpio;
tx_gpio = settings.tx_gpio;
tx_mode = settings.tx_mode;
rx_gpio = settings.rx_gpio;
tx_gpio = settings.tx_gpio;
});
EMSuart::stop();