Skip to content

Commit b4c4b15

Browse files
authored
Update Master.ino
1 parent 1ee6089 commit b4c4b15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/KIT/JoyC_&_RoverC/Master/Master.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void setup()
2626
{
2727
M5.begin();
2828
M5.update();
29-
Wire.begin(0, 26, 10000);
29+
Wire.begin(0, 26, 100000UL);
3030

3131
uint64_t chipid = ESP.getEfuseMac();
3232
String str = ssid + String((uint32_t)(chipid >> 32), HEX);

0 commit comments

Comments
 (0)