Skip to content

Commit

Permalink
Update UrlCommandHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Jan 3, 2023
1 parent 8659280 commit 471738b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Meshtastic.Cli/CommandHandlers/UrlCommandHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ private async Task SetChannelsFromUrl(DeviceStateContainer container)
};
Logger.LogInformation($"Sending channel {index} to device...");
var setChannel = adminMessageFactory.CreateSetChannelMessage(channel);
await Connection.WriteToRadio(ToRadioMessageFactory.CreateMeshPacketMessage(setChannel),
AnyResponseReceived);
await Connection.WriteToRadio(ToRadioMessageFactory.CreateMeshPacketMessage(setChannel), AnyResponseReceived);
index++;
}
Logger.LogInformation("Sending LoRA config device...");
Expand Down

0 comments on commit 471738b

Please sign in to comment.