Updated Manual

- added version manual
- added cd manual
This commit is contained in:
netbenix 2020-08-18 12:58:01 +02:00
parent d05ed9cd91
commit 5aa6890436
9 changed files with 168 additions and 122 deletions

View file

@ -1,6 +1,6 @@
#ifndef _UPDATE_CHECK_H_
#define _UPDATE_CHECK_H_
int checkForUpdate(char ver[10]);
#ifndef _UPDATE_CHECK_H_
#define _UPDATE_CHECK_H_
int checkForUpdate(char ver[10]);
#endif