Skip to content

Commit

Permalink
Update FTMSChannelController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed May 13, 2024
1 parent b1491d4 commit e7061be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/android/src/FTMSChannelController.java
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public void run() {
payload[6] = (byte) 0;
payload[7] = (byte) 0 | (3 << 4); //bits
}
page = page + 1
page = page + 1;
if(page > 3)
page = 0;

Expand Down Expand Up @@ -321,7 +321,7 @@ public void run() {
payload[6] = (byte) 0;
payload[7] = (byte) 0 | (3 << 4); //bits
}
page = page + 1
page = page + 1;
if(page > 3)
page = 0;

Expand Down

0 comments on commit e7061be

Please sign in to comment.