mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-31 08:49:17 +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
|
// Set RDS streams
|
||||||
memcpy(&bval, buf + 1, 1);
|
memcpy(&bval, buf + 1, 1);
|
||||||
data->config->rds_streams = bval;
|
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;
|
reply = 0;
|
||||||
break;
|
break;
|
||||||
case 0xfe:
|
case 0xfe:
|
||||||
|
|||||||
Reference in New Issue
Block a user