소스 검색

Merge branch 'pr/398' into rolling

jomjol 4 년 전
부모
커밋
7bfa22187d
3개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code/components/jomjol_helper/Helper.cpp
  2. BIN
      images/ota-update-details.jpg
  3. BIN
      images/ota-update-menue.jpg

+ 1 - 1
code/components/jomjol_helper/Helper.cpp

@@ -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);
 
 
 /*
 /*

BIN
images/ota-update-details.jpg


BIN
images/ota-update-menue.jpg