merge sync

ENGINE-639
buff 2019-09-26 15:15:15 +02:00
commit 46a52a3b15
1 changed files with 2 additions and 2 deletions

View File

@ -17,15 +17,15 @@ protocol Sync 1 {
on Init {
if deviceGrouped
go Grouped;
do newChallengeAndNegotiationBase;
send Beacon;
go Sole;
}
}
state Sole timeout=off {
on Init {
do newChallengeAndNegotiationBase;
do showBeingSole;
send Beacon;
}
on KeyGen {