Skip to content

Commit

Permalink
fix type of lastReceivedBeaconTs
Browse files Browse the repository at this point in the history
  • Loading branch information
technyon committed Jul 9, 2024
1 parent f5adac5 commit 7079805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NukiBle.h
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class NukiBle : public BLEClientCallbacks, public BleScanner::Subscriber {
uint16_t logEntryCount = 0;
bool loggingEnabled = false;
std::atomic_int rssi;
std::atomic_ulong lastReceivedBeaconTs;
std::atomic_long lastReceivedBeaconTs;
std::list<KeypadEntry> listOfKeyPadEntries;
std::list<AuthorizationEntry> listOfAuthorizationEntries;
AuthorizationIdType authorizationIdType = AuthorizationIdType::Bridge;
Expand Down

0 comments on commit 7079805

Please sign in to comment.