You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code like: bool ok = WifiEspNowBroadcast.begin(“ESP_NOW”, 3);
I don't know much about WiFi, does the channel change during the running of this program to avoid congested channels?
Another question, have you considered adding the QOS2 function such as mqtt, in the actual test (using ESP8266), even at a very close distance there will be occasional packet loss.
The text was updated successfully, but these errors were encountered:
Code like:
bool ok = WifiEspNowBroadcast.begin(“ESP_NOW”, 3);
I don't know much about WiFi, does the channel change during the running of this program to avoid congested channels?
Another question, have you considered adding the QOS2 function such as mqtt, in the actual test (using ESP8266), even at a very close distance there will be occasional packet loss.
The text was updated successfully, but these errors were encountered: