[SX127x] Added missing counter
This commit is contained in:
parent
4949d10b00
commit
43ff5906c2
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue