Skip to content

Commit 640c5b0

Browse files
authored
Merge pull request #390 from dchristle/dchristle/scope_fields
Set scope fields to 1 in receiver template descriptors.
2 parents a9f47be + 6e052e6 commit 640c5b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

owrx/reporting/pskreporter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ def getReceiverInformationHeader(self):
174174
+ Uploader.receieverDelimiter
175175
# number of fields
176176
+ list(num_fields.to_bytes(2, "big"))
177-
# padding
178-
+ [0x00, 0x00]
177+
# scoped field count
178+
+ [0x00, 0x01]
179179
# receiverCallsign
180180
+ [0x80, 0x02, 0xFF, 0xFF, 0x00, 0x00, 0x76, 0x8F]
181181
# receiverLocator

0 commit comments

Comments
 (0)