Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more neighbors to ESP-NOW and LoRa #226

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

timmbogner
Copy link
Owner

Introducing our newest neighbors: ESPNOW_NEIGHBOR_0 and ESPNOW_NEIGHBOR_3!

I have not actually tested this on devices, just ensured it compiled. Replace the existing ESP-NOW neighbor configs with the following.

#define ESPNOW_NEIGHBOR_0  0x00  // Address of ESP-NOW Neighbor #0
#define ESPNOW_NEIGHBOR_1  0x00  // Address of ESP-NOW Neighbor #1
#define ESPNOW_NEIGHBOR_2  0x02  // Address of ESP-NOW Neighbor #2
#define ESPNOW_NEIGHBOR_3  0x00  // Address of ESP-NOW Neighbor #3

I'm excited to test it tomorrow!

@timmbogner
Copy link
Owner Author

This is now tested, I just need to edit examples and documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant