mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-15 12:26:33 +03:00
comment update
This commit is contained in:
@@ -257,7 +257,7 @@ void RxService::add_empty(const uint8_t src, const uint8_t dest, const uint16_t
|
|||||||
// start and initialize Tx
|
// start and initialize Tx
|
||||||
// send out request to EMS bus for all devices
|
// send out request to EMS bus for all devices
|
||||||
void TxService::start() {
|
void TxService::start() {
|
||||||
// grab the bus ID and tx_mode
|
// grab the EMS Bus ID and tx_mode
|
||||||
EMSESP::webSettingsService.read([&](WebSettings const & settings) {
|
EMSESP::webSettingsService.read([&](WebSettings const & settings) {
|
||||||
ems_bus_id(settings.ems_bus_id);
|
ems_bus_id(settings.ems_bus_id);
|
||||||
tx_mode(settings.tx_mode);
|
tx_mode(settings.tx_mode);
|
||||||
|
|||||||
Reference in New Issue
Block a user