What's Changed
- lots of fixes and small enhancements
- BBS LiNK by @SpudGunMan in #85 isn't fully tested but seems ok in lab.
#Send bbslink looking for peers every other day at 10:00 using send_message function to channel 0 on device 1
schedule.every(2).days.at("10:00").do(lambda: send_message("bbslink MeshBot looking for peers", 0, 0, 1))
Full Changelog: v1.4.5...v1.4.7