AndreasStgm / ESP32_Notifier

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

When visitor enabled, sometimes not sending to visitor when sending to all #7

Open AndreasStgm opened 1 month ago

AndreasStgm commented 1 month ago

The visitor module is sometimes skipped when sending to all known peers, this counts for the "Call" and the "Reset".

image

As shown only 4 messages are sent, even though the central module knows 5 peers.

Example of correct function:

image

AndreasStgm commented 1 month ago

For now fixed in #8 . At later date may be changed back to sending separate messages one by one.