Merge branch 'bugfix/minor_fixes' into 'master'

Minor fixes and PRs cherry-picked from Github



See merge request !602
This commit is contained in:
Angus Gratton
2017-03-23 17:57:28 +08:00
13 changed files with 133 additions and 46 deletions

View File

@@ -135,7 +135,7 @@ typedef struct {
.magic = WIFI_INIT_CONFIG_MAGIC\
};
#else
#define WIFI_INIT_CONFIG_DEFAULT #error Wifi is disabled in config, WIFI_INIT_CONFIG_DEFAULT will not work
#define WIFI_INIT_CONFIG_DEFAULT() {0}; _Static_assert(0, "please enable wifi in menuconfig to use esp_wifi.h");
#endif
/**