Skip to content

Commit 7bfa221

Browse files
committed
Merge branch 'pr/398' into rolling
2 parents e48dd7c + 7a8affa commit 7bfa221

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

code/components/jomjol_helper/Helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void memCopyGen(uint8_t* _source, uint8_t* _target, int _size)
8080

8181
FILE* OpenFileAndWait(const char* nm, const char* _mode, int _waitsec)
8282
{
83-
printf("open config file %s in mode %s\n", nm, _mode);
83+
printf("open file %s in mode %s\n", nm, _mode);
8484
FILE *pfile = fopen(nm, _mode);
8585

8686
/*

images/ota-update-details.jpg

106 KB
Loading

images/ota-update-menue.jpg

65.4 KB
Loading

0 commit comments

Comments
 (0)