Thanks for sharing.
Very helpfull.
Search found 3 matches
- Thu Jun 04, 2020 8:56 pm
- Forum: Showcase
- Topic: Esptools GUI
- Replies: 5
- Views: 28648
- Mon Apr 24, 2017 11:34 pm
- Forum: Report Bugs
- Topic: esp_wifi_types.h
- Replies: 3
- Views: 6808
Re: esp_wifi_types.h
Indeed ESP_igrr is right.
What I intended to say is this: in file es_wifi_types.h the line #include "esp_wifi_types.h" is not needed.
Not a "real" bug!
What I intended to say is this: in file es_wifi_types.h the line #include "esp_wifi_types.h" is not needed.
Not a "real" bug!
- Sun Apr 23, 2017 7:46 pm
- Forum: Report Bugs
- Topic: esp_wifi_types.h
- Replies: 3
- Views: 6808
esp_wifi_types.h
In my opinion the line
..~.
#include "esp_wifi_types.h"
...
is not needed.
Although it is not "executed" because of
...
#ifndef __ESP_WIFI_TYPES_H__
#define __ESP_WIFI_TYPES_H__
...
..~.
#include "esp_wifi_types.h"
...
is not needed.
Although it is not "executed" because of
...
#ifndef __ESP_WIFI_TYPES_H__
#define __ESP_WIFI_TYPES_H__
...