shuichan_old/V1.4-Chinese/STM32F103_App1/HardWare/NETWORK/net_wifi_ota.h

14 lines
494 B
C
Raw Normal View History

#ifndef NET_WIFI_OTA_H
#define NET_WIFI_OTA_H
#include "main.h"
#include <stdint.h>
/* WiFi 通道 OTA透传 TCP 上软件实现 HTTP 下载固件到 W25Q64 槽 B
* // BL 4G OTA(air780e_trigger_ota)
* */
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 */