Skip to content

Commit

Permalink
Update bbn_esp32_sensors_hub.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jan 4, 2025
1 parent 59b5004 commit d426b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_esp32_sensors_hub.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void setup() {
if (i2c_alt_enable) {
Wire1.begin(G38, G39, 100000UL);
}
Serial.begin(115200);
Serial.begin(38400);
one_wire_sensors_scan();
i2c_sensors_scan(i2c_alt_enable);
gpio_sensors_init();
Expand Down

0 comments on commit d426b7a

Please sign in to comment.