Skip to content

Commit

Permalink
Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyweiss committed Feb 3, 2023
1 parent cb247c7 commit 5785c75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helpers/mag_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ void bitbang_raw(bool value, MagSetting* setting) {
case MagTxStatePiezo:
furi_hal_gpio_write(&gpio_speaker, value);
break;
case MagTxStateLF_P:
furi_hal_gpio_write(RFID_PIN_OUT, value);
furi_hal_gpio_write(&gpio_speaker, value);
break;
case MagTxCC1101_434:
case MagTxCC1101_868:
if(last_value == 2 || value != (bool)last_value) {
Expand Down

0 comments on commit 5785c75

Please sign in to comment.