Browse Source

Merge 5cd6b60cc7 into b529529095

pull/14/merge
osiemk 3 years ago
committed by GitHub
parent
commit
c39a212a90
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Src/beacon.c

+ 1
- 1
Src/beacon.c View File

@ -112,7 +112,7 @@ void Beacon_check(void)
for(uint8_t i = 0; i < 8; i++)
{
if(beacon[i].enable == 0)
return;
continue;
if((beacon[i].interval > 0) && ((ticks >= beacon[i].next) || (beacon[i].next == 0)))
{


Loading…
Cancel
Save