From 4bc030e7c618b13ecc050450073afacd37bb1b17 Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Sat, 4 Jan 2025 02:51:13 -0500 Subject: [PATCH] Update bbn_esp32_gpio_sensors_hub.ino --- bbn_esp32_gpio_sensors_hub.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbn_esp32_gpio_sensors_hub.ino b/bbn_esp32_gpio_sensors_hub.ino index dbf5a8a..058bf1d 100644 --- a/bbn_esp32_gpio_sensors_hub.ino +++ b/bbn_esp32_gpio_sensors_hub.ino @@ -13,7 +13,7 @@ void setup() { auto cfg = M5.config(); AtomS3.begin(cfg); Wire1.begin(G38, G39, 100000UL); - Serial.begin(115200); + Serial.begin(38400); mcu_sensors_scan(); }