miek / inspectrum

Radio signal analyser
GNU General Public License v3.0
2.09k stars 270 forks source link

Allow up to 99,999 symbols #211

Closed argilo closed 2 years ago

argilo commented 2 years ago

At the moment, inspectrum limits the number of symbols to 9,999. When analyzing continuous data streams, I sometimes want to exceed this number. Once #210 is merged, it should be safe to increase the maximum number of symbols, so I'm proposing to do that here.

miek commented 2 years ago

Thanks!