Merge branch 'master' into feature/c++
This commit is contained in:
commit
e43d2dd3de
27 changed files with 1352 additions and 591 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
#ifndef __ESP_WIFI_H__
|
||||
#define __ESP_WIFI_H__
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <lwip/ip_addr.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue