add support for multi at device

This commit is contained in:
mculover666
2022-03-01 15:11:30 +08:00
parent 705078136b
commit 9de2090de9
68 changed files with 1255 additions and 800 deletions

View File

@@ -32,6 +32,7 @@ typedef enum sal_send_mode {
} sal_send_mode_t;
int esp8266_tencent_firmware_sal_init(hal_uart_port_t uart_port);
int esp8266_tencent_firmware_sal_deinit(void);
int esp8266_tencent_firmware_join_ap(const char *ssid, const char *pwd);
#endif /* __ESP8266_TENCENT_FIRMWARE_H__ */