Skip to content

Commit

Permalink
Update bbn_sensors_hub_B0.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Mar 4, 2025
1 parent d3c2502 commit 59e14ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bbn_sensors_hub_B0.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 59e14ee

Please sign in to comment.