10 lines
210 B
C
10 lines
210 B
C
#ifndef __OTA_H
|
|
#define __OTA_H
|
|
|
|
extern const char *COMPANY_NAME;
|
|
extern const char *SERVICE_NAME;
|
|
extern const char *HC__VERSION;
|
|
extern const char* rootCACertificate;
|
|
bool checkOTA(bool bForceUpdate);
|
|
|
|
#endif |