Skip to content

Commit fdddb19

Browse files
committed
add BLE uart test support
1 parent bdf0c84 commit fdddb19

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

variants/metro_m4_airlift/variant.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ static const uint8_t ATN = PIN_ATN;
131131
#define NINA_GPIO0 ESP32_GPIO0
132132
#define NINA_RESETN ESP32_RESETN
133133
#define NINA_ACK SPIWIFI_ACK
134-
134+
#define NINA_CTS SPIWIFI_ACK
135+
#define NINA_RTS NINA_GPIO0
135136

136137
/*
137138
* Serial interfaces

0 commit comments

Comments
 (0)