Merge pull request #131 from brentru/add-nina-naming
Add NINA_ACK to WiFi Boards
This commit is contained in:
commit
fd0d925466
2 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ static const uint8_t ATN = PIN_ATN;
|
|||
#define SPIWIFI_RESET ESP32_RESETN
|
||||
#define NINA_GPIO0 ESP32_GPIO0
|
||||
#define NINA_RESETN ESP32_RESETN
|
||||
#define NINA_ACK SPIWIFI_ACK
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -133,6 +133,7 @@ static const uint8_t ATN = PIN_ATN;
|
|||
#define SPIWIFI_RESET 7
|
||||
#define NINA_GPIO0 ESP32_GPIO0
|
||||
#define NINA_RESETN ESP32_RESETN
|
||||
#define NINA_ACK SPIWIFI_ACK
|
||||
#define SerialESP32 Serial1
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue