Browse Source

Merge pull request #2 from osiemk/osiemk-patch-2

Update beacon.c
pull/15/head
osiemk 2 years ago
committed by GitHub
parent
commit
6c6ab7e989
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