mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-08 01:42:52 +08:00
update version
This commit is contained in:
parent
8061a41b38
commit
ccfe7e0724
13
mongoose.h
13
mongoose.h
@ -20,7 +20,7 @@
|
|||||||
#ifndef MONGOOSE_H
|
#ifndef MONGOOSE_H
|
||||||
#define MONGOOSE_H
|
#define MONGOOSE_H
|
||||||
|
|
||||||
#define MG_VERSION "7.17"
|
#define MG_VERSION "7.18"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -2820,13 +2820,13 @@ bool mg_wifi_ap_start(char *ssid, char *pass, unsigned int channel);
|
|||||||
bool mg_wifi_ap_stop(void);
|
bool mg_wifi_ap_stop(void);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if MG_ENABLE_TCPIP
|
#if MG_ENABLE_TCPIP
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
struct mg_tcpip_if; // Mongoose TCP/IP network interface
|
struct mg_tcpip_if; // Mongoose TCP/IP network interface
|
||||||
|
|
||||||
struct mg_tcpip_driver {
|
struct mg_tcpip_driver {
|
||||||
@ -2852,6 +2852,7 @@ enum {
|
|||||||
MG_TCPIP_EV_USER // Starting ID for user events
|
MG_TCPIP_EV_USER // Starting ID for user events
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Network interface
|
// Network interface
|
||||||
struct mg_tcpip_if {
|
struct mg_tcpip_if {
|
||||||
uint8_t mac[6]; // MAC address. Must be set to a valid MAC
|
uint8_t mac[6]; // MAC address. Must be set to a valid MAC
|
||||||
|
@ -1 +1 @@
|
|||||||
#define MG_VERSION "7.17"
|
#define MG_VERSION "7.18"
|
||||||
|
Loading…
Reference in New Issue
Block a user