Skip to content

Commit fd0d925

Browse files
authored
Merge pull request arduino#131 from brentru/add-nina-naming
Add NINA_ACK to WiFi Boards
2 parents 9b2e698 + 616f0c9 commit fd0d925

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

variants/metro_m4_airlift/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ static const uint8_t ATN = PIN_ATN;
130130
#define SPIWIFI_RESET ESP32_RESETN
131131
#define NINA_GPIO0 ESP32_GPIO0
132132
#define NINA_RESETN ESP32_RESETN
133+
#define NINA_ACK SPIWIFI_ACK
133134

134135

135136
/*

variants/pyportal_m4/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ static const uint8_t ATN = PIN_ATN;
133133
#define SPIWIFI_RESET 7
134134
#define NINA_GPIO0 ESP32_GPIO0
135135
#define NINA_RESETN ESP32_RESETN
136+
#define NINA_ACK SPIWIFI_ACK
136137
#define SerialESP32 Serial1
137138

138139
/*

0 commit comments

Comments
 (0)