mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-07 09:00:30 +03:00
Исправлена ошибка
This commit is contained in:
@@ -136,7 +136,7 @@ class FavoritesManager
|
||||
|
||||
static bool isStatusTextCorrect(const char* statusText) // валидирует statusText (проверяет, правильное ли коичество компонентов он содержит)
|
||||
{
|
||||
char buff[64];
|
||||
char buff[128];
|
||||
strcpy(buff, statusText);
|
||||
|
||||
uint8_t lexCount = 0;
|
||||
@@ -208,7 +208,7 @@ class FavoritesManager
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const uint8_t buffSize = 64;
|
||||
const uint8_t buffSize = 128;
|
||||
char buff[buffSize];
|
||||
memset(buff, 0, buffSize);
|
||||
strcpy(buff, statusText);
|
||||
|
Reference in New Issue
Block a user