Skip to content

Commit ca88b70

Browse files
authored
fix formatting (MiczFlor#2371)
1 parent a889ba7 commit ca88b70

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ There is a growing section of [troubleshooting](https://github.com/MiczFlor/RPi-
141141

142142
Here is a list of equipment needed. You can find a lot second hand online (save money and the planet). The links below lead to Amazon, not at all because I want to support them, but because their PartnerNet program helps to support the Phoniebox maintenance (a little bit...).
143143

144-
Note: depending on individual projects, the hardware requirements vary.
144+
> [!NOTE]
145+
> Depending on individual projects, the hardware requirements vary.
145146
146147
### Raspberry Pi
147148

components/controls/buttons-bluetooth-headphone/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ Out-of-the box support is included for the following buttons
1919

2020
Key codes are standarized and so it should also work with your headphones. If you want to add more keys or assign a different behaviour see [Troubleshooting](#troubleshooting)
2121

22-
*Note:* Volume up/down is inherently supported by the bluetooth protocol. There is no need to handle these by this script.
22+
> [!NOTE]
23+
> Volume up/down is inherently supported by the bluetooth protocol. There is no need to handle these by this script.
2324
2425
## On Connect / On Disconnect
2526

2627
If the feature [bluetooth-sink-switch](../../bluetooth-sink-switch) is enabled, the script automatically switches the audio stream to headphones / regular speakers on bluetooth connect / disconnect respectivly. Playback state (play/pause) is retained.
2728

28-
*Note:* On-connect actions may take up to 4 seconds - please be patient (bluetooth connection is only checked every two seconds, bluetooth stream needs to be buffered, etc...)
29+
> [!NOTE]
30+
> On-connect actions may take up to 4 seconds - please be patient (bluetooth connection is only checked every two seconds, bluetooth stream needs to be buffered, etc...)
2931
3032
You can **customize** the behaviour by editing the functions
3133

0 commit comments

Comments
 (0)