[SX127x] Added missing counter

pull/779/head
jgromes 2023-06-24 22:24:49 +02:00
rodzic 4949d10b00
commit 43ff5906c2
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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) {