14 lines
440 B
C
14 lines
440 B
C
|
|
#ifndef NET_WIFI_OTA_H
|
|||
|
|
#define NET_WIFI_OTA_H
|
|||
|
|
|
|||
|
|
#include "main.h"
|
|||
|
|
#include <stdint.h>
|
|||
|
|
|
|||
|
|
/* WiFi ͨ<><CDA8> OTA<54><41><EFBFBD><CDB8> TCP <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʵ<EFBFBD><CAB5> HTTP <20><><EFBFBD>ع̼<D8B9><CCBC><EFBFBD> W25Q64 <20><> B<><42>
|
|||
|
|
* У<EFBFBD><EFBFBD>/<EFBFBD><EFBFBD>Ϣ<EFBFBD><EFBFBD>/<EFBFBD><EFBFBD>λ<EFBFBD><EFBFBD> BL <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 4G OTA(air780e_trigger_ota) <EFBFBD><EFBFBD><EFBFBD>롣
|
|||
|
|
* <EFBFBD>ɹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڲ<EFBFBD>ֱ<EFBFBD>Ӹ<EFBFBD>λ<EFBFBD><EFBFBD>ʧ<EFBFBD>ܷ<EFBFBD><EFBFBD>غ<EFBFBD><EFBFBD>ָ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
|||
|
|
void net_wifi_ota(const char *host, int port, const char *path,
|
|||
|
|
const char *ota_id, uint16_t new_ver, uint16_t crc16);
|
|||
|
|
|
|||
|
|
#endif /* NET_WIFI_OTA_H */
|