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 3f86de2 commit 748dddbCopy full SHA for 748dddb
variants/soldered_nula_rp2350/init.cpp
@@ -22,7 +22,7 @@
22
#include "pico/cyw43_driver.h"
23
24
extern "C" void initVariant() {
25
- static uint cyw43_pin_array[CYW43_PIN_INDEX_WL_COUNT] = {24, 38, 38, 38, 37, 36};
+ static uint cyw43_pin_array[CYW43_PIN_INDEX_WL_COUNT] = {23, 24, 24, 24, 29, 25};
26
cyw43_set_pins_wl(cyw43_pin_array);
27
init_cyw43_wifi();
28
}
0 commit comments