Update README.md

This commit is contained in:
Timm Bogner 2022-02-04 22:20:41 -06:00 committed by GitHub
parent e22c5a8b3b
commit fe70ffc200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,6 @@ If you have sensors that are out of range of your first gateway, you can use a g
```
#define UNIT_MAC 0x01 // THIS UNIT
#define ESPNOW1_MAC 0x00 // ESPNOW1 Address
#define ESPNOW2_MAC 0x02 // ESPNOW2 Address
#define ESPNOW1_ACT sendESPNOW(2);
#define ESPNOW2_ACT sendESPNOW(1);
#define ESPNOWG_ACT sendESPNOW(1);
```