Replies: 3 comments 12 replies
-
I recall that a off-by-two is the difference between AP and STA modes. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Yet another trap ... For your last statement are both units set to either STA or AP? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Great there was a reason for the difference! I used NotePad++ years ago before I shifted to Linux. Does it actually do a visible diff on the files? I use Meld. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Curious issue using ESPNow; the irecv() function returns the MAC of the sender, but with the first byte (MSB) incremented by 2 from the original.
In my case, the first byte of the sender is "c4", but it's received as "c6"; all the other bytes are received correctly.
I seem to recall posting about this issue some time ago, and I believe that Glenn20 resolved the issue. Unfortunately, the resolved issue was in a PM to Glenn on the original micropython forum, and the PM's are no longer available.
Has anyone experienced this problem, and knows the solution?
Beta Was this translation helpful? Give feedback.
All reactions