From 59e14eedafb5805e3893c4ae91d7314966f12176 Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Tue, 4 Mar 2025 00:44:36 -0500 Subject: [PATCH] Update bbn_sensors_hub_B0.ino --- bbn_sensors_hub_B0.ino | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bbn_sensors_hub_B0.ino b/bbn_sensors_hub_B0.ino index 31d998f..9c298c6 100644 --- a/bbn_sensors_hub_B0.ino +++ b/bbn_sensors_hub_B0.ino @@ -12,10 +12,9 @@ ReactESP app; static const char* firmware_tag = "bbn_sensors_hub_B0"; void setup() { - auto cfg = M5.config(); - M5.begin(cfg); + M5.begin(true, false, true); // Init M5Atom. Wire.begin(G26, G32, 100000UL); - Wire1.end(); + //Wire1.end(); Serial.begin(38400); gen_nmea0183_msg("$BBTXT,01,01,01,FirmwareTag: %s", firmware_tag); mcu_sensors_scan();