Update README.md

This commit is contained in:
Timm Bogner 2022-02-07 12:10:31 -06:00 committed by GitHub
parent 45e5ddbd82
commit d9e8a43ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,6 @@ Splitting the gateway into two devices allows you to use ESP-NOW and WiFi simult
If you have sensors that are out of range of your first gateway, you can use a gateway as a repeater. First you will set the ESPNOW1 address to that of your first gateway, then you'll direct general ESP-NOW traffic to the ESPNOW1 interface:
```
#define UNIT_MAC 0x01 // THIS UNIT
#define UNIT_MAC 0x01
#define ESPNOWG_ACT sendESPNOW(0x00);
```