mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-30 02:15:41 +00:00
Disable
This commit is contained in:
parent
515889453b
commit
3328a84856
@ -837,6 +837,7 @@ bool AdminModule::handleSetModuleConfig(const meshtastic_ModuleConfig &c)
|
|||||||
LOG_ERROR("Invalid serial config");
|
LOG_ERROR("Invalid serial config");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
disableBluetooth(); // Disable Bluetooth to prevent interference during Serial configuration
|
||||||
moduleConfig.has_serial = true;
|
moduleConfig.has_serial = true;
|
||||||
moduleConfig.serial = c.payload_variant.serial;
|
moduleConfig.serial = c.payload_variant.serial;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user