8000 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Use standard HCI UART baudrate. · micropython/micropython@7d2a238 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d2a238

Browse files
committed
rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Use standard HCI UART baudrate.
1 parent c65aa76 commit 7d2a238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
// Bluetooth config.
4141
#define MICROPY_HW_BLE_UART_ID (1)
42-
#define MICROPY_HW_BLE_UART_BAUDRATE (119600)
42+
#define MICROPY_HW_BLE_UART_BAUDRATE (115200)
4343

4444
// WiFi/NINA-W10 config.
4545
#define MICROPY_HW_WIFI_SPI_ID (1)

0 commit comments

Comments
 (0)
0