Alexey Cluster
Alexey Cluster
Seems like we really need an option to hide/show addresses for symbol debugging.
After some experiments I find out that Bluetooth controls works after pairing and until any `bt_set_profile` is called (or Flipper is restarted). E.g. i changed https://github.com/flipperdevices/flipperzero-firmware/blob/d147190d6173f427bbedce988cb28eff22ca692e/applications/bt/bt_hid_app/bt_hid.c#L175 to: ```C static uint8_t...
Actually it's not working anymore after https://github.com/flipperdevices/flipperzero-firmware/blob/d147190d6173f427bbedce988cb28eff22ca692e/firmware/targets/f7/furi_hal/furi_hal_bt.c#L266 call.
Please check it, i really want to control music on my phone using Flipper. Phones has no multimedia buttons now.
Sometimes only keyboard works but not mouse and media buttons.
> @ClusterM works fine :+1: awesome PR. would it be possible to add "up" to toggle sound on/off? Sometimes you don't want to hear it :wink: It's possible but I'm...
> The sensitivity was intentionally set low by design, to filter out noise. Did you just increase it, or is there some way to change it now? You can change...
> The sensitivity was intentionally set low by design, to filter out noise. Did you just increase it, or is there some way to change it now? Fixed, it changes...
I have formatted the code.
One last minor fix: round frequency value to KHz (299999990Hz to 300000000Hz).