not1mm 25.1.27.2__py3-none-any.whl → 25.1.27.3__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/plugins/general_logging.py +3 -8
- {not1mm-25.1.27.2.dist-info → not1mm-25.1.27.3.dist-info}/METADATA +2 -1
- {not1mm-25.1.27.2.dist-info → not1mm-25.1.27.3.dist-info}/RECORD +8 -8
- {not1mm-25.1.27.2.dist-info → not1mm-25.1.27.3.dist-info}/LICENSE +0 -0
- {not1mm-25.1.27.2.dist-info → not1mm-25.1.27.3.dist-info}/WHEEL +0 -0
- {not1mm-25.1.27.2.dist-info → not1mm-25.1.27.3.dist-info}/entry_points.txt +0 -0
- {not1mm-25.1.27.2.dist-info → not1mm-25.1.27.3.dist-info}/top_level.txt +0 -0
not1mm/lib/version.py
CHANGED
@@ -308,17 +308,15 @@ def ft8_handler(the_packet: dict):
|
|
308
308
|
if ALTEREGO is not None:
|
309
309
|
ALTEREGO.callsign.setText(the_packet.get("CALL"))
|
310
310
|
ALTEREGO.contact["Call"] = the_packet.get("CALL", "")
|
311
|
-
ALTEREGO.contact["SNT"] =
|
312
|
-
ALTEREGO.contact["RCV"] =
|
311
|
+
ALTEREGO.contact["SNT"] = the_packet.get("RST_SENT", "59")
|
312
|
+
ALTEREGO.contact["RCV"] = the_packet.get("RST_RCVD", "59")
|
313
313
|
my_grid = the_packet.get("MY_GRIDSQUARE", "")
|
314
314
|
if my_grid:
|
315
315
|
if len(my_grid) > 4:
|
316
316
|
my_grid = my_grid[:4]
|
317
317
|
their_grid = the_packet.get("GRIDSQUARE", "")
|
318
318
|
if their_grid:
|
319
|
-
|
320
|
-
their_grid = their_grid[:4]
|
321
|
-
ALTEREGO.contact["NR"] = their_grid
|
319
|
+
ALTEREGO.contact["GridSquare"] = their_grid
|
322
320
|
if the_packet.get("SUBMODE"):
|
323
321
|
ALTEREGO.contact["Mode"] = the_packet.get("SUBMODE", "ERR")
|
324
322
|
else:
|
@@ -330,7 +328,4 @@ def ft8_handler(the_packet: dict):
|
|
330
328
|
ALTEREGO.contact["Band"] = get_logged_band(
|
331
329
|
str(int(float(the_packet.get("FREQ", "0.0")) * 1000000))
|
332
330
|
)
|
333
|
-
# print(f"\n{ALTEREGO.contact=}\n")
|
334
|
-
# ALTEREGO.other_1.setText(my_grid)
|
335
|
-
# ALTEREGO.other_2.setText(their_grid)
|
336
331
|
ALTEREGO.save_contact()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: not1mm
|
3
|
-
Version: 25.1.27.
|
3
|
+
Version: 25.1.27.3
|
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
|
@@ -236,6 +236,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
236
236
|
|
237
237
|
## Recent Changes
|
238
238
|
|
239
|
+
- [25-1-27-3] Add ft8 adif parser to the general logger.
|
239
240
|
- [25-1-27-1] Add LABRE-RS Digi
|
240
241
|
- [25-1-27] Update pop up about updates...
|
241
242
|
- [25-1-26] Add macros for MARK, SPOT, WIPE, RUN, SANDP.
|
@@ -116,7 +116,7 @@ not1mm/lib/plugin_common.py,sha256=M5reDYM-v5IjAa2yTROvZTeTDkXYHb3U52W9mc9GxwA,1
|
|
116
116
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
117
117
|
not1mm/lib/settings.py,sha256=j5lIMLHJ-eqIaVr_QhI82gkbOl17_C-5suRkWbHYET8,14717
|
118
118
|
not1mm/lib/super_check_partial.py,sha256=hwT2NRwobu0PLDyw6ltmbmcAtGBD02CKGFbgGWjXMqA,2334
|
119
|
-
not1mm/lib/version.py,sha256=
|
119
|
+
not1mm/lib/version.py,sha256=bE03Jl7nLebq9wcymeOebJYV0isfiOKP4A1cQ13Azfo,50
|
120
120
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
121
121
|
not1mm/plugins/10_10_fall_cw.py,sha256=5QUyGMvGBC-HxcY_z9QbfuxSg3f7p6C9K4qhTxgZE7k,14719
|
122
122
|
not1mm/plugins/10_10_spring_cw.py,sha256=XjYFM263WYyG6nVQzPObW4YC7Z9L93rixSOcVsxPvH4,14722
|
@@ -145,7 +145,7 @@ not1mm/plugins/cq_ww_rtty.py,sha256=RJywVSNujM4CxxTRCGKXhjmbz6OMzGR5eHSAmQcT6Pc,
|
|
145
145
|
not1mm/plugins/cq_ww_ssb.py,sha256=uRMXaTfkIt7QJxQBaBAvc2fmT6ak26SzBBezd5k_hMc,17991
|
146
146
|
not1mm/plugins/cwt.py,sha256=7BoKVrIywlHpP4f4_mrUyWKVsK6vujreb8jDWyXrwUc,17530
|
147
147
|
not1mm/plugins/darc_xmas.py,sha256=p9JbOJlEoOsB86E5ciHdrY7L-10tnNEWuTxq9EfCNBM,18907
|
148
|
-
not1mm/plugins/general_logging.py,sha256=
|
148
|
+
not1mm/plugins/general_logging.py,sha256=eQuna-LnrWpf93LmHTTo6956GWoGocVfeYnzY5cyTmw,9600
|
149
149
|
not1mm/plugins/helvetia.py,sha256=ANsktNEXppSrxiIXeCwRd3GtFu27UjAp3cbA5wwmL2E,20015
|
150
150
|
not1mm/plugins/iaru_fieldday_r1_cw.py,sha256=lueTnK50yRSMqASlktrhuFOJkSBDsQw4OyT9eYwpugU,17155
|
151
151
|
not1mm/plugins/iaru_fieldday_r1_ssb.py,sha256=1lYxeo4j_piiFZ_db-vHIHT5c1jSeFPBuw6yf1kur6Y,17159
|
@@ -166,9 +166,9 @@ not1mm/plugins/ref_ssb.py,sha256=Z_XmMpYKcI5dZh4TQqvQDcz-cLpMzpDEKBnb5iHeBLQ,215
|
|
166
166
|
not1mm/plugins/stew_perry_topband.py,sha256=D1hekmMbx-i4BhaP2uzOK3OzaVVMMdgcN3RmfweNqHo,15341
|
167
167
|
not1mm/plugins/weekly_rtty.py,sha256=rdlIrsxBeuj-RQc5OStVNF7sGCtBK5t6inN5Z7DI4tw,20066
|
168
168
|
not1mm/plugins/winter_field_day.py,sha256=JK4r1vfxs7aADR7ZYbjZniz3f5s3_ipSQDZ0GRNWC7I,15222
|
169
|
-
not1mm-25.1.27.
|
170
|
-
not1mm-25.1.27.
|
171
|
-
not1mm-25.1.27.
|
172
|
-
not1mm-25.1.27.
|
173
|
-
not1mm-25.1.27.
|
174
|
-
not1mm-25.1.27.
|
169
|
+
not1mm-25.1.27.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
170
|
+
not1mm-25.1.27.3.dist-info/METADATA,sha256=VRp7Xw7kuZzlgr-atow8PbhgvetcaEwq7m00m358w9w,36094
|
171
|
+
not1mm-25.1.27.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
172
|
+
not1mm-25.1.27.3.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
173
|
+
not1mm-25.1.27.3.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
174
|
+
not1mm-25.1.27.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|