Skip to content

Commit

Permalink
Update bbn_esp32_gpio_sensors_hub.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jan 4, 2025
1 parent 6446891 commit 4bc030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_esp32_gpio_sensors_hub.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 4bc030e

Please sign in to comment.