AndreasStgm / ESP32_Notifier

ESP-NOW 2-way messenger
0 stars 0 forks source link

Changed sending to all users to use broadcast MAC address #8

Closed AndreasStgm closed 1 month ago

AndreasStgm commented 1 month ago

The sending to all users is now done with a separate peer registered with the broadcast MAC address. This way when sending to all users the status LED only flashes once (which is inconvenient for troubleshooting). But most of the users were not using this feature.

In the future may change to manually send to all users which will look clunky in code, but will re-add the ability to see to what peers the message arrived successfully.