Skip to content

Commit 13ae8ea

Browse files
committed
KARadioProtocol
1 parent 2831ed7 commit 13ae8ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AudioTools/AudioLibs/KARadioProtocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace audio_tools {
1313

14-
/***
14+
/**
1515
* @brief KA-Radio Protocol: We can use the KA-Radio protocol to control the
1616
* audio player provided by the audiotools.
1717
* Supported commands: play, instant, volume, volume+, volume-, pause,

src/AudioTools/AudioLibs/KARadioProtocolServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace audio_tools {
66

7-
/***
7+
/**
88
* @brief KA-Radio Protocol Server which provides the KARadioProtocol over
99
* http to control the audio player provided by the audiotools.
1010
* @ingroup player

0 commit comments

Comments
 (0)