configng icon indicating copy to clipboard operation
configng copied to clipboard

[Feature Request]: Add Bluetooth support as it was in legacy armbian-config

Open anqwerty opened this issue 11 months ago • 2 comments

Which feature would you like to have?

It was good feature to install bluetooth support in one click by tool, can we see this in actual ver.?

Funding

anqwerty avatar Feb 01 '25 22:02 anqwerty

Hey @anqwerty !

Looks like it's your first time interacting with Armbian here on GitHub.

Welcome and thank you for taking the time to report an issue :heart:.

Don't forget to star :star: the repo.

github-actions[bot] avatar Feb 01 '25 22:02 github-actions[bot]

being a good place for ux components and I have use for a bt speaker :)

found what was migrated from the legacy config.

armbian-config --api help | grep bt
connect_bt_interface - Migrated procedures from Armbian config.
  connect_bt_interface

https://github.com/armbian/configng/blob/de375591b69dbbbc5fbf625e5c60385efdcf7bd0/tools/modules/network/connect_bt_interface.sh#L10

armbian-config --api connect_bt_interface

disable menu entry https://github.com/armbian/configng/blob/de375591b69dbbbc5fbf625e5c60385efdcf7bd0/tools/json/config.network.json#L134

Seems worth looking into and refining were needed.

Tearran avatar May 01 '25 20:05 Tearran