Skip to content

Commit

Permalink
mic pin detect
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Oct 27, 2023
1 parent fa0b673 commit f251f72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BK7231Flasher/TuyaConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@ public string getKeysHumanReadable(OBKConfig tg = null)
{
desc += "- Buzzer Frequency (TODO) is " + value + "Hz"+ Environment.NewLine;
}
else if (key == "mic")
{
desc += "- Microphone (TODO) is on P" + value + "" + Environment.NewLine;
}
else if (key == "total_bt_pin")
{
desc += "- Pair/Toggle All Button on P" + value + Environment.NewLine;
Expand Down

0 comments on commit f251f72

Please sign in to comment.