mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Set up status and start working on filters panel #7
This commit is contained in:
@@ -5,9 +5,9 @@ from dataclasses import dataclass
|
||||
class Band:
|
||||
# Band name
|
||||
name: str
|
||||
# Start frequency, in kHz
|
||||
# Start frequency, in Hz
|
||||
start_freq: float
|
||||
# Stop frequency, in kHz
|
||||
# Stop frequency, in Hz
|
||||
end_freq: float
|
||||
# Colour to use for this band, as per PSK Reporter
|
||||
color: str
|
||||
|
||||
Reference in New Issue
Block a user