Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmag11 committed Jun 7, 2022
1 parent 9b287a6 commit 1860b53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ This library pretends to hide all that restrictions so that it can be used with

Besides, it removes some limitations:

- No more 20 devices limit. You can use ESP-NOW with any number of devices. Library takes control of peer registration and makes it transparent to you.
- No more 20 devices limit. You can use ESP-NOW with **any number of devices**. Library takes control of peer registration and makes it transparent to you.
- Channel selection is not required for WiFi coexistence.
- No need to assign a role to each device. Just use it for peer to peer communication.
- RSSI information of every message.
- **RSSI** information of every message.
- Receiver can distiguish between broadcast and unicast messages.
- Tested maximum througput, about 1500 kbps continuous with default parameters.
- Encryption is not supported. Usage of ESP-NOW encryption restrict system to 6 devices. You can implement data encryption in a higher layer.
Expand All @@ -40,4 +40,4 @@ void loop () {
quickEspNow.send (DEST_ADDR, (uint8_t*)message.c_str (), message.length ())) {
delay (1000);
}
```
```

0 comments on commit 1860b53

Please sign in to comment.