Skip to content

Commit 1d2b6b5

Browse files
committed
- Make HelloMesh.ino stylish.
1 parent 40b39f3 commit 1d2b6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFiMesh/examples/HelloMesh/HelloMesh.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44
If you have an onboard LED on your ESP8266 it is recommended that you change the useLED variable below to true.
55
That way you will get instant confirmation of the mesh communication without checking the Serial Monitor.
6-
6+
77
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.
88
Or "floodingMesh.getEspnowMeshBackend().setBroadcastTransmissionRedundancy(uint8_t redundancy)" (default 1) at the cost of longer transmission times.
99
*/

0 commit comments

Comments
 (0)