Skip to content

Commit

Permalink
send the correct value in setModuleConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 committed Jun 22, 2024
1 parent 78a842e commit 448dee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export abstract class MeshDevice {
const moduleConfigMessage = new Protobuf.Admin.AdminMessage({
payloadVariant: {
case: "setModuleConfig",
value: moduleConfig,
value: moduleConfig.payloadVariant.value,
},
});

Expand Down

0 comments on commit 448dee5

Please sign in to comment.