Merge branch 'master' into feature/c++

This commit is contained in:
Angus Gratton 2015-08-26 10:46:48 +10:00
commit e43d2dd3de
27 changed files with 1352 additions and 591 deletions

View file

@ -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" {