cobaltpet / swl-tool

A ruby script for fetching, parsing, and displaying EiBi shortwave broadcast schedules
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Implement a -ft [nn] (frequency tolerance) option to replace -f5 and -f10 #4

Closed cobaltpet closed 7 years ago

cobaltpet commented 7 years ago

Frequency tolerance should be fully configurable by the user. Remove the -f5 and -f10 options and add -ft [nn] to accept an arbitrary tolerance amount. Broadcasts will match in the range (frequency-tolerance..frequency+tolerance).

cobaltpet commented 7 years ago

Fix committed.