Files
TAIXIN/sdk/app/update/ota.h

19 lines
122 B
C
Raw Permalink Normal View History

#ifndef _OTA_H_
#define _OTA_H_
void ota_Tcp_Server();
uint32_t file_ota();
void file_ota_work_init();
#endif