初步修改
This commit is contained in:
@@ -51,7 +51,7 @@ void DSP_Config::server(Global* g) {
|
||||
psc_set_less_30Mhz_fft_param(fft_win_type, fft_point_number, fft_period_ms, 1);
|
||||
#endif
|
||||
set_fft_point_number(this->fft_point_number);
|
||||
g->save();
|
||||
g->save(Config_Section::dsp);
|
||||
res->setBody(warp(to_base_json()).to_json_string());
|
||||
});
|
||||
svr.Post(api + "get_dsp_config", [this](HTTP_Param) {
|
||||
|
||||
Reference in New Issue
Block a user