Skip to content

New version v8.1

Latest
Compare
Choose a tag to compare
@naileclevrai naileclevrai released this 26 Dec 22:51
· 17 commits to main since this release
5ed5f97

Design sans titre
Description:
This release includes significant updates to the BLE Media Commands and Bluetooth functionality, providing improved flexibility and customization. Key features and changes:

  1. Dynamic BLE Name Configuration:

    • Added a setBleName() function that allows users to dynamically change the BLE device name during runtime.
    • The name is updated interactively through a menu, making it easy to personalize the device identifier.
  2. Improved BLE Media Commands:

    • Enhanced the ble_MediaCommands() function to include a new option for setting the BLE name directly from the Media Commands menu.
    • Media command options include:
      • Play/Pause
      • Stop
      • Next/Previous Track
      • Volume Up/Down
      • Mute
      • Screenshot
  3. Initialization Improvements:

    • Refactored the initializeBleKeyboard() function to support dynamic naming.
    • Ensures BLE initialization is consistent and adaptable based on user input.
  4. Bug Fixes and Stability:

    • Addressed crashes during the execution of ble_MediaCommands.
    • Improved error handling for BLE reconnection scenarios using the ask_restart() function.
  5. User Experience Enhancements:

    • Added meaningful prompts and feedback during BLE name updates.
    • Streamlined menu navigation for better usability.

How to Use:

  • Navigate to the BLE Media Commands menu.
  • Select "Set BLE Name" to dynamically configure the device name.
  • Use other media commands as needed for multimedia control.

These updates aim to provide a more robust and customizable Bluetooth experience. Let us know if you encounter any issues or have further suggestions!