not1mm 25.6.20__py3-none-any.whl → 25.6.21__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- not1mm/lib/version.py +1 -1
- not1mm/vfo.py +5 -5
- {not1mm-25.6.20.dist-info → not1mm-25.6.21.dist-info}/METADATA +2 -1
- {not1mm-25.6.20.dist-info → not1mm-25.6.21.dist-info}/RECORD +8 -8
- {not1mm-25.6.20.dist-info → not1mm-25.6.21.dist-info}/WHEEL +0 -0
- {not1mm-25.6.20.dist-info → not1mm-25.6.21.dist-info}/entry_points.txt +0 -0
- {not1mm-25.6.20.dist-info → not1mm-25.6.21.dist-info}/licenses/LICENSE +0 -0
- {not1mm-25.6.20.dist-info → not1mm-25.6.21.dist-info}/top_level.txt +0 -0
not1mm/lib/version.py
CHANGED
not1mm/vfo.py
CHANGED
@@ -34,7 +34,7 @@ class VfoWindow(QDockWidget):
|
|
34
34
|
"""The VFO window."""
|
35
35
|
|
36
36
|
pref: dict = {}
|
37
|
-
old_vfo:
|
37
|
+
old_vfo: int = 0
|
38
38
|
old_pico: str = ""
|
39
39
|
message_shown: bool = False
|
40
40
|
current_palette: QPalette | None = None
|
@@ -96,7 +96,7 @@ class VfoWindow(QDockWidget):
|
|
96
96
|
)
|
97
97
|
self.timer.start(100)
|
98
98
|
|
99
|
-
def discover_device(self) -> str:
|
99
|
+
def discover_device(self) -> str | None:
|
100
100
|
"""
|
101
101
|
Poll all serial devices looking for correct one.
|
102
102
|
|
@@ -220,13 +220,13 @@ class VfoWindow(QDockWidget):
|
|
220
220
|
if self.rig_control is not None:
|
221
221
|
if self.rig_control.online is False:
|
222
222
|
self.rig_control.reinit()
|
223
|
-
if self.rig_control.online:
|
223
|
+
if self.rig_control.online is True:
|
224
224
|
try:
|
225
225
|
vfo: int = int(self.rig_control.get_vfo())
|
226
226
|
except ValueError:
|
227
227
|
return
|
228
|
-
if vfo < 1700000 or vfo > 60000000:
|
229
|
-
|
228
|
+
# if vfo < 1700000 or vfo > 60000000:
|
229
|
+
# return
|
230
230
|
if vfo != self.old_vfo or self.device_reconnect is True:
|
231
231
|
self.old_vfo: int = vfo
|
232
232
|
logger.debug(f"{vfo}")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: not1mm
|
3
|
-
Version: 25.6.
|
3
|
+
Version: 25.6.21
|
4
4
|
Summary: NOT1MM Logger
|
5
5
|
Author-email: Michael Bridak <michael.bridak@gmail.com>
|
6
6
|
License: GPL-3.0-or-later
|
@@ -246,6 +246,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
246
246
|
|
247
247
|
## Recent Changes
|
248
248
|
|
249
|
+
- [25-6-21] Remove range check on vfo display.
|
249
250
|
- [25-6-20] Added a Rotator tab in the configuration dialog.
|
250
251
|
- [25-6-18] Merged changes from @term73, Adding ES Manual Key contest.
|
251
252
|
- [25-6-16] Merged PR from @awandahl SM0HPL, adding ESM buttons to General DX Logging plugin.
|
@@ -12,7 +12,7 @@ not1mm/rotator.py,sha256=A_qu2qyzlke0y4MstzisnWo0riUvuP9k-ww-msbh3C0,13080
|
|
12
12
|
not1mm/rtc_service.py,sha256=S9mF4rnoJKfj0We9Lt2aIWMkHKhDBGUCEhWf2tN0pVI,2899
|
13
13
|
not1mm/statistics.py,sha256=tEbAASTwmSvkZnEoIwadSZ_7Ic8yGaGpBLx_rbLLrng,8254
|
14
14
|
not1mm/test.py,sha256=WhL0DLlJTD15aON8Dkf2q_tlP_X1juxKZJh0jEC99tU,154
|
15
|
-
not1mm/vfo.py,sha256=
|
15
|
+
not1mm/vfo.py,sha256=QPeS0L93_JV0lwnzskKcIHaeI_PmVx1QjvbZmY9eors,10657
|
16
16
|
not1mm/voice_keying.py,sha256=HZImqC5NgnyW2nknNYQ3b7I8-6S_hxpq5G4RcIRXn_k,3005
|
17
17
|
not1mm/data/JetBrainsMono-Thin.ttf,sha256=B1bo6M8dZfp1GXdnZEebOXPvsVr09BnV1ydNwnrhtwI,270112
|
18
18
|
not1mm/data/MASTER.SCP,sha256=yLV5NPU5T2JRKbDukpUB2S_WXpxjyuSPmfV5gVBAoH8,363027
|
@@ -126,7 +126,7 @@ not1mm/lib/rot_interface.py,sha256=foe488PDi8wU86e3DkaKSwMbDwdWbpkvxX_Ct2U7S5o,3
|
|
126
126
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
127
127
|
not1mm/lib/settings.py,sha256=kri_B6RZ8ZAq5cTSvY4AKP6KsGLm597Dss67fqE6g28,16432
|
128
128
|
not1mm/lib/super_check_partial.py,sha256=jX7DjHesEV4KNVQbddJui0wAsYHerikH7W0iPv7PXQw,3110
|
129
|
-
not1mm/lib/version.py,sha256=
|
129
|
+
not1mm/lib/version.py,sha256=cAqS-YROZ_TvnaIGVxfEm2_OrtQ2gr4SSvnJ1DdP7a4,48
|
130
130
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
131
131
|
not1mm/plugins/10_10_fall_cw.py,sha256=oJh3JKqjOpnWElSlZpiQ631UnaOd8qra5s9bl_QoInk,14783
|
132
132
|
not1mm/plugins/10_10_spring_cw.py,sha256=p7dSDtbFK0e6Xouw2V6swYn3VFVgHKyx4IfRWyBjMZY,14786
|
@@ -191,9 +191,9 @@ not1mm/plugins/ukeidx.py,sha256=ZsIFXgOSwjuKNmN4W_C0TAgGqgnabJGNLMHwGkl3_bk,1910
|
|
191
191
|
not1mm/plugins/vhf_sprint.py,sha256=a9QFTpv8XUbZ_GLjdVCh7svykFa-gXOWwKFZ6MD3uQM,19289
|
192
192
|
not1mm/plugins/weekly_rtty.py,sha256=C8Xs3Q5UgSYx-mFFar8BVARWtmqlyrbeC98Ubzb4UN8,20128
|
193
193
|
not1mm/plugins/winter_field_day.py,sha256=hmAMgkdqIXtnCNyUp8J9Bb8liN8wj10wps6ROuG-Bok,15284
|
194
|
-
not1mm-25.6.
|
195
|
-
not1mm-25.6.
|
196
|
-
not1mm-25.6.
|
197
|
-
not1mm-25.6.
|
198
|
-
not1mm-25.6.
|
199
|
-
not1mm-25.6.
|
194
|
+
not1mm-25.6.21.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
195
|
+
not1mm-25.6.21.dist-info/METADATA,sha256=ZV62gfO_MpA1moqEFznRwWlDFryUn-3fPAujV4Xcqk4,37136
|
196
|
+
not1mm-25.6.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
197
|
+
not1mm-25.6.21.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
198
|
+
not1mm-25.6.21.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
199
|
+
not1mm-25.6.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|