fix: usbaudio set_cur cmd set volume

This commit is contained in:
awalol
2026-05-07 19:11:42 +08:00
parent 8155ebdfec
commit b736cc91d7
4 changed files with 19 additions and 4 deletions
+5
View File
@@ -122,3 +122,8 @@ void set_config(const uint8_t *new_config, const uint16_t len) {
cyw43_arch_gpio_put(CYW43_WL_GPIO_LED_PIN, true);
}
}
void set_config(const Config_body &new_config) {
config.body = new_config;
config_valid();
}