Added missing payloadSize to Packet

This commit is contained in:
Ruakij 2021-11-24 20:42:33 +01:00
parent 025edf8465
commit 62b55b94f1

View File

@ -24,6 +24,8 @@ class Packet{
frequency;
dataRate;
payloadSize;
packetType;
}