Change detect pin

This commit is contained in:
Eric Betts
2025-11-04 16:51:33 -08:00
parent 73b9806a61
commit 4cbea078d6
2 changed files with 1 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
#define ASN1_PREFIX 6
// #define ASN1_DEBUG true
#define RAW_DETECT_PIN &gpio_ext_pa4
#define RAW_DETECT_PIN &gpio_ext_pb3
#define RFAL_PICOPASS_TXRX_FLAGS \
(FURI_HAL_NFC_LL_TXRX_FLAGS_CRC_TX_MANUAL | FURI_HAL_NFC_LL_TXRX_FLAGS_AGC_ON | \

1
uart.c
View File

@@ -2,7 +2,6 @@
#include <furi_hal_gpio.h>
#define TAG "SeaderUART"
#define CLOCK_PIN &gpio_ext_pa7
#define RESET_PIN &gpio_ext_pa6
#define PWM_FREQ 3571200
#define RAW_BAUDRATE_DEFAULT (PWM_FREQ / 372)