Update gain_viz/app.py
This commit is contained in:
parent
3fdf090477
commit
4c3d1a98b7
|
|
@ -252,7 +252,7 @@ def save_config():
|
||||||
'center_freq': center_freq,
|
'center_freq': center_freq,
|
||||||
'sample_rate': sample_rate,
|
'sample_rate': sample_rate,
|
||||||
'fft_size': NFFT,
|
'fft_size': NFFT,
|
||||||
'window_ms': window_ms
|
'window_ms': window_ms,
|
||||||
'tcp_port' : tcp_port
|
'tcp_port' : tcp_port
|
||||||
}
|
}
|
||||||
with open('/opt/gain-viz/config.json', 'w') as f:
|
with open('/opt/gain-viz/config.json', 'w') as f:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user