mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-31 00:39:17 +02:00
thats a mistake
This commit is contained in:
+1
-1
@@ -586,7 +586,7 @@ static void *handle_client(ipc_client_arg_t *arg) {
|
|||||||
// Set RDS streams
|
// Set RDS streams
|
||||||
memcpy(&bval, buf + 1, 1);
|
memcpy(&bval, buf + 1, 1);
|
||||||
data->config->rds_streams = bval;
|
data->config->rds_streams = bval;
|
||||||
config.volumes.audio = calculate_sharedaudio_volume(config.volumes, config.rds_streams);
|
data->config->volumes.audio = calculate_sharedaudio_volume(config.volumes, config.rds_streams);
|
||||||
reply = 0;
|
reply = 0;
|
||||||
break;
|
break;
|
||||||
case 0xfe:
|
case 0xfe:
|
||||||
|
|||||||
Reference in New Issue
Block a user