Skip to content

Commit aa23d7a

Browse files
author
brentru
committed
fix SS and ACK pins
1 parent 4269f8a commit aa23d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/pybadge_airlift_m4/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ static const uint8_t ATN = PIN_ATN;
126126
#define SerialESP32 Serial1
127127
#define SerialNina SerialESP32
128128
#define SPIWIFI SPI
129+
#define SPIWIFI_SS 4
130+
#define SPIWIFI_ACK 53
129131
#define ESP32_GPIO0 52
130132
#define ESP32_RESETN 54
131-
#define SPIWIFI_SS 4
132-
#define SPIWIFI_ACK -1
133133
#define SPIWIFI_RESET ESP32_RESETN
134134
#define NINA_GPIO0 ESP32_GPIO0
135135
#define NINA_RESETN ESP32_RESETN

0 commit comments

Comments
 (0)