Skip to content

Commit 748dddb

Browse files
authored
Fix wrong cyw43 pin array for Soldered Electronics NULA RP2350 board (#3192)
1 parent 3f86de2 commit 748dddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/soldered_nula_rp2350/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "pico/cyw43_driver.h"
2323

2424
extern "C" void initVariant() {
25-
static uint cyw43_pin_array[CYW43_PIN_INDEX_WL_COUNT] = {24, 38, 38, 38, 37, 36};
25+
static uint cyw43_pin_array[CYW43_PIN_INDEX_WL_COUNT] = {23, 24, 24, 24, 29, 25};
2626
cyw43_set_pins_wl(cyw43_pin_array);
2727
init_cyw43_wifi();
2828
}

0 commit comments

Comments
 (0)