We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee6089 commit b4c4b15Copy full SHA for b4c4b15
1 file changed
examples/KIT/JoyC_&_RoverC/Master/Master.ino
@@ -26,7 +26,7 @@ void setup()
26
{
27
M5.begin();
28
M5.update();
29
- Wire.begin(0, 26, 10000);
+ Wire.begin(0, 26, 100000UL);
30
31
uint64_t chipid = ESP.getEfuseMac();
32
String str = ssid + String((uint32_t)(chipid >> 32), HEX);
0 commit comments