dfotaConfig.h 184 B

12345678910
  1. #ifndef _DFOTACONFIG_H_
  2. #define _DFOTACONFIG_H_
  3. #include <windows.h>
  4. #define APP_VERSION "DFOTA_TOOLS_V0002"
  5. #define DFOTACONFIG_FILE "./dfotaConfig.ini"
  6. #endif // _DFOTACONFIG_H_