From 34189ba51f9c0d8149f59c94dbda62e4bf363ab5 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 8 Mar 2024 09:37:08 +0100 Subject: [PATCH] boards/OPENMV_RT1060: Fix BLE baudrate. The new UART dividers merged from upstream can't support an exact 3Mbits it seems. Reduce the baudrate to 2.5Mbits to fix BLE for now. --- src/micropython | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/micropython b/src/micropython index 75a7deb5e..59ad4f901 160000 --- a/src/micropython +++ b/src/micropython @@ -1 +1 @@ -Subproject commit 75a7deb5e39d73e619fd2ffb55696a2aca1489d2 +Subproject commit 59ad4f901c2f2c10ce36156f69115ec3998572d2