extract server image version and unit tests

This commit is contained in:
2021-01-07 23:10:36 +01:00
parent c985ee6031
commit d8c9239ed7
8 changed files with 72 additions and 25 deletions

View File

@ -488,7 +488,7 @@ static void test(void *pvParameters)
{
esp_err_t err;
uint32_t u32BufferLenght = 1024U;
unsigned char buffer[1024U];
char buffer[1024U];
uint32_t u32BytesRead = 0;
char pcRemoteVersionNumber[12];