初步修改

This commit is contained in:
2026-08-09 14:13:35 +08:00
parent 1e1e77e41a
commit 6fe0bed78e
26 changed files with 2007 additions and 681 deletions
+1 -1
View File
@@ -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) {