Skip to content

Commit 5bd9592

Browse files
committed
Wantconfig only
1 parent 478fc9b commit 5bd9592

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Meshtastic/Data/MessageFactories/ToRadioMessageFactory.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ public ToRadio CreateWantConfigMessage() =>
2424
};
2525

2626
public ToRadio CreateWantConfigOnlyMessage() =>
27+
new()
28+
{
29+
WantConfigId = 69420,
30+
};
31+
32+
public ToRadio CreateWantConfigOnlyNodesMessage() =>
2733
new()
2834
{
2935
WantConfigId = 69421,

0 commit comments

Comments
 (0)