Releases: meshtastic/Meshtastic-arduino
Releases · meshtastic/Meshtastic-arduino
v0.0.7
What's Changed
- Add function to catch DM's to the receiver by @pdxlocations in #27
- add channel to text_message_callback by @pdxlocations in #31
- send a heartbeat every 60 seconds to keep serial connections alive by @liamcottle in #33
- Maybe fix lost communication after a node reboot or power failure by @pdxlocations in #32
New Contributors
- @pdxlocations made their first contribution in #27
- @liamcottle made their first contribution in #33
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Out of the box for Arduino IDE by @todd-herbert in #25
- Update protobufs and classes by @github-actions in #26
New Contributors
- @todd-herbert made their first contribution in #25
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
v0.0.3
2.2 support and SendReceiveClient example
- Updated protobufs definitions to be compatible with Meshtastic device firmware 2.2.
- Added a SendReceiveClient example that can send messages to a certain destination node or channel.