diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-16 23:22:17 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-16 23:22:17 +0200 |
commit | 80f4abdb91b826ddc66ea47b63830c0c079db429 (patch) | |
tree | 5d7a279b98969b047c07e19a528454b02aee0e37 /vote | |
parent | 7c4abc960d3c2a1e90a5273557304f58ae1a5ff6 (diff) |
drop duplicate qualify call in BLE callback (also done in conclude)
Diffstat (limited to 'vote')
-rw-r--r-- | vote/vote.ino | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vote/vote.ino b/vote/vote.ino index 14b1e99..919006c 100644 --- a/vote/vote.ino +++ b/vote/vote.ino @@ -263,9 +263,6 @@ class MyAdvertisedDeviceCallbacks : public BLEAdvertisedDeviceCallbacks { // 2. Align alignVotes(); - // 3. Qualify - const char* validity = qualifyMusselVote( now, millis()); - // 4. Conclude concludeMusselVote(); |