Merge branch 'master' into separate-config

This commit is contained in:
iranl
2024-05-04 21:04:00 +02:00
committed by GitHub
4 changed files with 44 additions and 32 deletions

View File

@@ -91,8 +91,9 @@ private:
uint _keypadCommandId = 0;
int _keypadCommandEnabled = 1;
uint8_t _queryCommands = 0;
uint32_t authId = 0;
char authName[33];
uint32_t _authId = 0;
char _authName[33];
bool _authFound = false;
char* _buffer;
size_t _bufferSize;