ha7ilm / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://sdr.hu/openwebrx
GNU Affero General Public License v3.0
986 stars 471 forks source link

zoom_levels_count #36

Open DH4CK opened 8 years ago

DH4CK commented 8 years ago

Hi Andras,

I think the zoom_levels_count=5 in the openwebrx.js should more be like 20 instead of 5. I tested it and it makes it more smooth to zoom and easy to use and I find 5 steps makes it hard to use. Maybe there is also a way that makes it possible to access this variable through the config_webrx.py?

Hauke (ex DO5HHC - now DH4CK)

mara28ba commented 8 years ago

I have found it here /openwebrx/htdocs/opemwebrx.js edit openwebrx.js at section /SCALE ROUTINES/

zoom_max_level_hps=13; //Hz/pixel --> affect zoom level,default is 33, smaller nuber=higher zoom zoom_levels_count=8; --> affect zoom level counts ,default is 5 ,higher number more level counts

ka7u commented 8 years ago

mara28ba, your suggested values really improve the CW operation. Thank you.