This commit is contained in:
Ben Meadors 2025-07-26 06:26:49 -05:00 committed by Tom Fifield
parent 515889453b
commit 3328a84856

View File

@ -837,6 +837,7 @@ bool AdminModule::handleSetModuleConfig(const meshtastic_ModuleConfig &c)
LOG_ERROR("Invalid serial config");
return false;
}
disableBluetooth(); // Disable Bluetooth to prevent interference during Serial configuration
moduleConfig.has_serial = true;
moduleConfig.serial = c.payload_variant.serial;
break;