fix(home-assistant): set OTBR radio.baudRate to 460800 for ZBT-2 RCP firmware
Nabu Casa's prebuilt OpenThread RCP image for the ZBT-2 (zbt2_openthread_rcp_2.7.2.0_GitHub-fb0446f53_gsdk_2025.6.2.gbl) runs at 460800 baud, not the module's 115200 default. Aligns the radio URL with the firmware so otbr-agent can actually open the Spinel link after rebuild. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -47,6 +47,7 @@ in
|
|||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
backboneInterfaces = [ "enp3s0" ];
|
backboneInterfaces = [ "enp3s0" ];
|
||||||
radio.device = "/dev/serial/by-id/usb-Nabu_Casa_ZBT-2_DCB4D9149C7C-if00";
|
radio.device = "/dev/serial/by-id/usb-Nabu_Casa_ZBT-2_DCB4D9149C7C-if00";
|
||||||
|
radio.baudRate = 460800;
|
||||||
};
|
};
|
||||||
|
|
||||||
my.homepage.services = [
|
my.homepage.services = [
|
||||||
|
|||||||
Reference in New Issue
Block a user