Search found 3 matches

by joakuim
Thu Jun 04, 2020 8:56 pm
Forum: Showcase
Topic: Esptools GUI
Replies: 5
Views: 25244

Re: Esptools GUI

Thanks for sharing.
Very helpfull.
by joakuim
Mon Apr 24, 2017 11:34 pm
Forum: Report Bugs
Topic: esp_wifi_types.h
Replies: 3
Views: 6188

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!
by joakuim
Sun Apr 23, 2017 7:46 pm
Forum: Report Bugs
Topic: esp_wifi_types.h
Replies: 3
Views: 6188

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__
...