Skip to content

Commit

Permalink
add estonia country code
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian committed May 29, 2024
1 parent 5c992bb commit 2749164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ora2mqtt/ConfigureCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void SelectCountry(Ora2MqttOptions options)
{
options.Country = Prompt.Select<string>(o => o
.WithMessage("Please choose your country")
.WithItems(new[] { "DE", "GB" })
.WithItems(new[] { "DE", "GB", "EE" })
);
}
}
Expand Down

0 comments on commit 2749164

Please sign in to comment.