Browse Source

commander_helper: typo in set_tune() description

main
Matthias Grob 3 years ago
parent
commit
10a2b4c9f7
  1. 2
      src/modules/commander/commander_helper.h

2
src/modules/commander/commander_helper.h

@ -72,7 +72,7 @@ void set_tune_override(const int tune_id);
* *
* 1. Current playing tune is non-repeating and has ended * 1. Current playing tune is non-repeating and has ended
* 2. Current playing tune is non-repeating, but the requested tune is also non-repeating, and they are different tunes * 2. Current playing tune is non-repeating, but the requested tune is also non-repeating, and they are different tunes
* 3. Current playing tune is repeating, and the requested tune is different from teh current tune * 3. Current playing tune is repeating, and the requested tune is different from the current tune
* *
* This is to prevent repeating tunes from overriding single-play tunes. * This is to prevent repeating tunes from overriding single-play tunes.
*/ */

Loading…
Cancel
Save