Adjusted volume curve, only change volume if enabled and added option to cancel volume sync

This commit is contained in:
2022-06-29 03:41:01 +02:00
parent 69b7b1b245
commit f6318a3162
3 changed files with 57 additions and 62 deletions

View File

@@ -7,6 +7,7 @@ namespace volume_controller {
void init();
void set_from_radio(int volume);
void set_from_remote(int volume);
void cancel_sync();
uint8_t current();
}