You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in this library, kinda inheritied from raspi-lora. Even raspi-lora wouldnt receive broadcast messages, unless receive_all was used. This project tried to fix it, but not quite.
In the original docs for raspi-lora library they state that a message can be broadcast to all devices irrespective of their address:
header_to
Address of recipient (0-255). If address is 255, the message will be broadcast to all devicesIs this supported as I cant get it to work with:
lora.send("This is a test message", 255)
Thanks
The text was updated successfully, but these errors were encountered: