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