Skip to content

Commit

Permalink
change analogizer value (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpannella authored Aug 28, 2024
1 parent 8b8caac commit b2a8036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pupdate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Version>3.11.1</Version>
<Version>3.12.0</Version>
<Description>Keep your Analogue Pocket up to date</Description>
<Copyright>2024 Matt Pannella</Copyright>
<Authors>Matt Pannella</Authors>
Expand Down
3 changes: 2 additions & 1 deletion src/services/AnalogizerSettingsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ public void RunAnalogizerSettings()
{
{ "a", "" },
{ "f", "ec" },
{ "d", "cb" }
{ "d", "cb" },
{"e", "eb"}
};

string filename = "crtcfg.bin";
Expand Down

0 comments on commit b2a8036

Please sign in to comment.