Skip to content

Commit

Permalink
Time filling headers shouldn't have subpage 0x3F7F (ETS 300 706 Annex…
Browse files Browse the repository at this point in the history
… A.1)
  • Loading branch information
ZXGuesser committed Nov 30, 2019
1 parent 042aff1 commit a780b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packetmag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Packet* PacketMag::GetPacket(Packet* p)

if (_page == nullptr){
// couldn't get a page to send so sent a time filling header
p->Header(_magNumber,0xFF,0x3F7F,0x8010);
p->Header(_magNumber,0xFF,0x0000,0x8010);
p->HeaderText(_configure->GetHeaderTemplate()); // Placeholder 32 characters. This gets replaced later
_waitingForField = 2; // enforce 20ms page erasure interval
return p;
Expand Down

0 comments on commit a780b91

Please sign in to comment.