From 1d2b6b5c52c6619bd0de32884e93e0763e12a762 Mon Sep 17 00:00:00 2001 From: Anders Date: Sat, 6 Jun 2020 01:18:28 +0200 Subject: [PATCH] - Make HelloMesh.ino stylish. --- libraries/ESP8266WiFiMesh/examples/HelloMesh/HelloMesh.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP8266WiFiMesh/examples/HelloMesh/HelloMesh.ino b/libraries/ESP8266WiFiMesh/examples/HelloMesh/HelloMesh.ino index 0fdc2d3c5..3ae8567e1 100644 --- a/libraries/ESP8266WiFiMesh/examples/HelloMesh/HelloMesh.ino +++ b/libraries/ESP8266WiFiMesh/examples/HelloMesh/HelloMesh.ino @@ -3,7 +3,7 @@ Once 28 seconds have passed, the node that has the highest AP MAC will start broadcasting benchmark messages, which will allow you to see how many messages are lost at the other nodes. If you have an onboard LED on your ESP8266 it is recommended that you change the useLED variable below to true. That way you will get instant confirmation of the mesh communication without checking the Serial Monitor. - + If you want to experiment with reducing error rates you can use the mesh method "void setBroadcastReceptionRedundancy(uint8_t redundancy);" (default 2) at the cost of more RAM. Or "floodingMesh.getEspnowMeshBackend().setBroadcastTransmissionRedundancy(uint8_t redundancy)" (default 1) at the cost of longer transmission times. */