Merge branch 'pr/398' into rolling

This commit is contained in:
jomjol
2021-11-14 08:19:13 +01:00
3 changed files with 1 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ void memCopyGen(uint8_t* _source, uint8_t* _target, int _size)
FILE* OpenFileAndWait(const char* nm, const char* _mode, int _waitsec) FILE* OpenFileAndWait(const char* nm, const char* _mode, int _waitsec)
{ {
printf("open config file %s in mode %s\n", nm, _mode); printf("open file %s in mode %s\n", nm, _mode);
FILE *pfile = fopen(nm, _mode); FILE *pfile = fopen(nm, _mode);
/* /*

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
images/ota-update-menue.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB