diff --git a/README.md b/README.md index 42b1ee1..a797492 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ A simple library for creating ESP-NOW based Mesh network for ESP8266/ESP32. ## Features 1. The maximum size of transmitted data is 200 bytes. Currently only unencrypted messages. -2. All nodes are not visible to the network scanner (for the ESP_NOW mode only). +2. All nodes are not visible to the network scanner. 3. Not required a pre-pairings for data transfer. 4. Broadcast or unicast data transmission. -5. There are no periodic/synchronous messages on the network. All devices are in "silent mode" and do not "hum" into the air (for the ESP_NOW mode only). +5. There are no periodic/synchronous messages on the network. All devices are in "silent mode" and do not "hum" into the air. 6. Each node has its own independent routing table, updated only as needed. 7. Each node will receive/send a message if it "sees" at least one device on the network. 8. The number of devices on the network and the area of use is not limited (hypothetically). :-)