not1mm 24.9.6__py3-none-any.whl → 24.9.8__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/__main__.py +14 -7
- not1mm/lib/version.py +1 -1
- {not1mm-24.9.6.dist-info → not1mm-24.9.8.dist-info}/METADATA +2 -1
- {not1mm-24.9.6.dist-info → not1mm-24.9.8.dist-info}/RECORD +8 -8
- {not1mm-24.9.6.dist-info → not1mm-24.9.8.dist-info}/LICENSE +0 -0
- {not1mm-24.9.6.dist-info → not1mm-24.9.8.dist-info}/WHEEL +0 -0
- {not1mm-24.9.6.dist-info → not1mm-24.9.8.dist-info}/entry_points.txt +0 -0
- {not1mm-24.9.6.dist-info → not1mm-24.9.8.dist-info}/top_level.txt +0 -0
not1mm/__main__.py
CHANGED
@@ -3214,14 +3214,21 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
3214
3214
|
cmd["bw"] = bw
|
3215
3215
|
self.multicast_interface.send_as_json(cmd)
|
3216
3216
|
if self.n1mm:
|
3217
|
+
self.n1mm.radio_info["Freq"] = vfo[:-1]
|
3218
|
+
self.n1mm.radio_info["TXFreq"] = vfo[:-1]
|
3219
|
+
self.n1mm.radio_info["Mode"] = mode
|
3220
|
+
self.n1mm.radio_info["OpCall"] = self.current_op
|
3221
|
+
self.n1mm.radio_info["IsRunning"] = str(
|
3222
|
+
self.pref.get("run_state", False)
|
3223
|
+
)
|
3217
3224
|
if self.n1mm.send_radio_packets:
|
3218
|
-
self.n1mm.radio_info["Freq"] = vfo[:-1]
|
3219
|
-
self.n1mm.radio_info["TXFreq"] = vfo[:-1]
|
3220
|
-
self.n1mm.radio_info["Mode"] = mode
|
3221
|
-
self.n1mm.radio_info["OpCall"] = self.current_op
|
3222
|
-
self.n1mm.radio_info["IsRunning"] = str(
|
3223
|
-
|
3224
|
-
)
|
3225
|
+
# self.n1mm.radio_info["Freq"] = vfo[:-1]
|
3226
|
+
# self.n1mm.radio_info["TXFreq"] = vfo[:-1]
|
3227
|
+
# self.n1mm.radio_info["Mode"] = mode
|
3228
|
+
# self.n1mm.radio_info["OpCall"] = self.current_op
|
3229
|
+
# self.n1mm.radio_info["IsRunning"] = str(
|
3230
|
+
# self.pref.get("run_state", False)
|
3231
|
+
# )
|
3225
3232
|
self.n1mm.send_radio()
|
3226
3233
|
except TypeError as err:
|
3227
3234
|
logger.debug(f"{err=} {vfo=} {the_dict=}")
|
not1mm/lib/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: not1mm
|
3
|
-
Version: 24.9.
|
3
|
+
Version: 24.9.8
|
4
4
|
Summary: NOT1MM Logger
|
5
5
|
Author-email: Michael Bridak <michael.bridak@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/mbridak/not1mm
|
@@ -227,6 +227,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
227
227
|
|
228
228
|
## Recent Changes
|
229
229
|
|
230
|
+
- [24-9-8] Correct n1mm contact packet info.
|
230
231
|
- [24-9-6] Added the Weekly RTTY
|
231
232
|
- [24-9-5] Added FlDigi support for Field Day.
|
232
233
|
- [24-9-3] Added WSJT-X FT8 mode contacts to ARRL Field Day.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
not1mm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
not1mm/__main__.py,sha256=
|
2
|
+
not1mm/__main__.py,sha256=hjdL9Z4TiD5uKJj4zr8d4sWpFqn3aVqn0biofGjVS7g,124411
|
3
3
|
not1mm/bandmap.py,sha256=1b5tXCfGTnpqqn6hPNt7zRA8SmuwSXzSwNHZXhCRt70,31434
|
4
4
|
not1mm/checkwindow.py,sha256=aI-nr8OF90IWV7R_XRdmitvBJ9M85evCs72HoU3Jnvc,10374
|
5
5
|
not1mm/fsutils.py,sha256=ukHKxKTeNKxKwqRaJjtzRShL4X5Xl0jRBbADyy3Ifp8,1701
|
@@ -111,7 +111,7 @@ not1mm/lib/plugin_common.py,sha256=yefvcX61fXSjs__OPssJqVlZyg1AlcV1VDkl2MQP6kk,9
|
|
111
111
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
112
112
|
not1mm/lib/settings.py,sha256=MWiKXbasaFbzeHTjfzTaTqbCBrIijudP_-0a5jNmUAA,9265
|
113
113
|
not1mm/lib/super_check_partial.py,sha256=p5l3u2ZOCBtlWgbvskC50FpuoaIpR07tfC6zTdRWbh4,2334
|
114
|
-
not1mm/lib/version.py,sha256=
|
114
|
+
not1mm/lib/version.py,sha256=5j2EOLjnhLXJzoesZbLU9w4RWqMYEr-RYE7LKFH1EDo,47
|
115
115
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
116
116
|
not1mm/plugins/10_10_fall_cw.py,sha256=IttjX1yy4nDdACGsiYlPteFG8eVseX_WtoFio6bqHE8,10953
|
117
117
|
not1mm/plugins/10_10_spring_cw.py,sha256=ThCptdM3dX4ywhoy2JRcOEyHSqcJolFaT7O_PYzM1Mg,10958
|
@@ -150,9 +150,9 @@ not1mm/plugins/ref_cw.py,sha256=aWjHHkqIKutjRUtzh09y5haFfnZK9poRQDWRQMDRxxU,1632
|
|
150
150
|
not1mm/plugins/stew_perry_topband.py,sha256=CKBQbYl4ETxhXJd2dma4fg_C5pag_s7Nf61SCztZtqE,10668
|
151
151
|
not1mm/plugins/weekly_rtty.py,sha256=DQcy3SY0Zn56EdlYGf3NxrRhTnkNa5IqRQPRQdKDSPs,14255
|
152
152
|
not1mm/plugins/winter_field_day.py,sha256=4rcfRtobwjHO6BNL3WOTHzBmyyeuX79BNGBG8PfjrI8,10238
|
153
|
-
not1mm-24.9.
|
154
|
-
not1mm-24.9.
|
155
|
-
not1mm-24.9.
|
156
|
-
not1mm-24.9.
|
157
|
-
not1mm-24.9.
|
158
|
-
not1mm-24.9.
|
153
|
+
not1mm-24.9.8.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
154
|
+
not1mm-24.9.8.dist-info/METADATA,sha256=W-lMQ73MBag75TDiTgO4Xl-3OaHh-wfjh6XU8DVSci8,30461
|
155
|
+
not1mm-24.9.8.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
156
|
+
not1mm-24.9.8.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
157
|
+
not1mm-24.9.8.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
158
|
+
not1mm-24.9.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|