[SX127x] Added missing counter

This commit is contained in:
jgromes 2023-06-24 22:24:49 +02:00
parent 4949d10b00
commit 43ff5906c2

View file

@ -82,6 +82,9 @@ void setFlag(void) {
transmittedFlag = true;
}
// counter to keep track of transmitted packets
int count = 0;
void loop() {
// check if the previous transmission finished
if(transmittedFlag) {