[PHY] Add missing member variable init

This commit is contained in:
jgromes 2025-02-15 14:57:36 +01:00
parent 5f1303aaba
commit 4a557f5162

View file

@ -3,6 +3,8 @@
#include <string.h>
PhysicalLayer::PhysicalLayer() {
this->freqStep = 1;
this->maxPacketLength = 1;
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
this->bufferBitPos = 0;
this->bufferWritePos = 0;