This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
vp-digi
mirror of
https://github.com/sq8vps/vp-digi
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
9
Wiki
Activity
Browse Source
Merge branch 'main' of
https://github.com/osiemk/vp-digi
pull/15/head
osiemk
2 years ago
parent
2955614eb9
6c6ab7e989
commit
4e44fc5a33
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
)
)
{
Write
Preview
Loading…
Cancel
Save