We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cc923 commit 284d525Copy full SHA for 284d525
src/Communication/ESPNowStream.h
@@ -112,6 +112,7 @@ class ESPNowStream : public BaseStream {
112
LOGE("Could not set mac address");
113
return false;
114
}
115
+ delay(500); // On some boards calling macAddress to early leads to a race condition.
116
// checking if address has been updated
117
const char *addr = macAddress();
118
if (strcmp(addr, cfg.mac_address) != 0) {
0 commit comments