Skip to content

Commit 5785c75

Browse files
committed
Missed a spot
1 parent cb247c7 commit 5785c75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helpers/mag_helpers.c

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ void bitbang_raw(bool value, MagSetting* setting) {
3030
case MagTxStatePiezo:
3131
furi_hal_gpio_write(&gpio_speaker, value);
3232
break;
33+
case MagTxStateLF_P:
34+
furi_hal_gpio_write(RFID_PIN_OUT, value);
35+
furi_hal_gpio_write(&gpio_speaker, value);
36+
break;
3337
case MagTxCC1101_434:
3438
case MagTxCC1101_868:
3539
if(last_value == 2 || value != (bool)last_value) {

0 commit comments

Comments
 (0)