We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4269f8a commit aa23d7aCopy full SHA for aa23d7a
variants/pybadge_airlift_m4/variant.h
@@ -126,10 +126,10 @@ static const uint8_t ATN = PIN_ATN;
126
#define SerialESP32 Serial1
127
#define SerialNina SerialESP32
128
#define SPIWIFI SPI
129
+#define SPIWIFI_SS 4
130
+#define SPIWIFI_ACK 53
131
#define ESP32_GPIO0 52
132
#define ESP32_RESETN 54
-#define SPIWIFI_SS 4
-#define SPIWIFI_ACK -1
133
#define SPIWIFI_RESET ESP32_RESETN
134
#define NINA_GPIO0 ESP32_GPIO0
135
#define NINA_RESETN ESP32_RESETN
0 commit comments