Linux-ESPNOW
Linux-ESPNOW copied to clipboard
wifiRawSender has hardcoded MAC addresses
The payload in https://github.com/thomasfla/Linux-ESPNOW/blob/7ca8af0b1cb525c0f00f367a5a849d213ed5dc19/wifiRawSender/main.c#L106-L107 has hardcoded src and dst MAC addresses. Some drivers/platforms might exchange those for the actual hardware addresses and configured destination, but on my QCA9533 they are not replaced so the packets don't go to the broadcast address. Maybe just a fringe use case but since this project is awesome, this info might help someone.