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
This is a reminder to add support for RNodes over BLE.
Will need to add the bleak library to requirements.txt so it's available within the cxfreeze compiled binaries, and to also test that it works.
It would also be nice to have a way for the user to select a BLE RNode in a dropdown, as currently they will need to edit the ~/.reticulum/config file manually. This is because the user needs to provide ble://RNode ABCD as the port instead of something like /dev/cu.usbmodem1234, and the existing dropdown only shows known serial ports.
The text was updated successfully, but these errors were encountered:
This is a reminder to add support for RNodes over BLE.
Will need to add the bleak library to
requirements.txt
so it's available within the cxfreeze compiled binaries, and to also test that it works.It would also be nice to have a way for the user to select a BLE RNode in a dropdown, as currently they will need to edit the
~/.reticulum/config
file manually. This is because the user needs to provideble://RNode ABCD
as the port instead of something like/dev/cu.usbmodem1234
, and the existing dropdown only shows known serial ports.The text was updated successfully, but these errors were encountered: