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 ff2cb60 commit 498429eCopy full SHA for 498429e
variants/pyportal_m4/variant.h
@@ -126,11 +126,13 @@ static const uint8_t ATN = PIN_ATN;
126
/* WiFi interfaces */
127
#define SerialNina Serial1
128
#define SPIWIFI SPI
129
-#define NINA_GPIO0 6
130
-#define NINA_RESETN 7
+#define ESP32_GPIO0 6
+#define ESP32_RESETN 7
131
#define SPIWIFI_SS 8
132
#define SPIWIFI_ACK 5
133
#define SPIWIFI_RESET 7
134
+#define NINA_GPIO0 ESP32_GPIO0
135
+#define NINA_RESETN ESP32_RESETN
136
#define SerialESP32 Serial1
137
138
/*
0 commit comments