Skip to content

Commit

Permalink
add bz_pin_pin
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed May 6, 2024
1 parent 62bdf50 commit 29c2881
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BK7231Flasher/TuyaConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,14 @@ public string getKeysHumanReadable(OBKConfig tg = null)
tg.setPinRole(value, PinRole.WifiLED_n);
}
}
else if (Regex.IsMatch(key, "bz_pin_pin"))
{// https://www.elektroda.com/rtvforum/viewtopic.php?p=21070110#21070110
desc += "- Buzzer on P" + value + Environment.NewLine;
if (tg != null)
{
//tg.setPinRole(value, PinRole.WifiLED_n);
}
}
else if (Regex.IsMatch(key, "status_led_pin"))
{
desc += "- Status LED on P" + value + Environment.NewLine;
Expand Down

1 comment on commit 29c2881

@divadiow
Copy link

@divadiow divadiow commented on 29c2881 May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please release updated BK easy flasher compile to include changes since December

Please sign in to comment.