19 lines
122 B
C
19 lines
122 B
C
|
|
#ifndef _OTA_H_
|
||
|
|
#define _OTA_H_
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
void ota_Tcp_Server();
|
||
|
|
|
||
|
|
uint32_t file_ota();
|
||
|
|
void file_ota_work_init();
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|