Skip to content

Commit

Permalink
pin names
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Dec 13, 2023
1 parent 655e062 commit 942962f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BK7231Flasher/TuyaConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -512,27 +512,27 @@ public string getKeysHumanReadable(OBKConfig tg = null)
}
else if (key == "pwmhz")
{
desc += "- TODO" + value + "" + Environment.NewLine;
desc += "- PWM Frequency" + value + "" + Environment.NewLine;
}
else if (key == "pirsense_pin")
{
desc += "- TODO" + value + "" + Environment.NewLine;
desc += "- PIR Sensitivity " + value + "" + Environment.NewLine;
}
else if (key == "pirlduty")
{
desc += "- TODO" + value + "" + Environment.NewLine;
desc += "- PIR Low Duty" + value + "" + Environment.NewLine;
}
else if (key == "pirfreq")
{
desc += "- TODO" + value + "" + Environment.NewLine;
desc += "- PIR Frequency" + value + "" + Environment.NewLine;
}
else if (key == "pirmduty")
{
desc += "- TODO" + value + "" + Environment.NewLine;
desc += "- PIR High Duty" + value + "" + Environment.NewLine;
}
else if (key == "pirin_pin")
{
desc += "- TODO" + value + "" + Environment.NewLine;
desc += "- PIR Input " + value + "" + Environment.NewLine;
}
else if (key == "mosi")
{
Expand Down

0 comments on commit 942962f

Please sign in to comment.