Update README.md

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

View File

@ -17,7 +17,5 @@ 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 ESPNOW1_MAC 0x00 // ESPNOW1 Address
#define ESPNOWG_ACT sendESPNOW(1);
#define ESPNOWG_ACT sendESPNOW(0x00);
```