arduino-esp32/libraries/WiFiClientSecure
Luc ce340faf94 Clean warnings when all warning enabled (#2112)
* Clean warnings when all warning enabled

Not used variables / functions due to debug log

Dual define with different values :
cores\esp32/binary.h
#define B110 6
#define B1000000 64

tools/sdk/include/newlib/sys/termios.h
#define B110        3
#define B1000000   23

Local variable returned in WiFiclient Secure

* change due to deprecated function

* Update with proper variable and label

* Update esp32-hal-i2c.c

* Apply changes requested

* Fix warnings due to #define conflict thanks @atanisoft
2018-11-29 11:34:55 +01:00
..
examples Working example for HTTPS over Eduroam network - WifiClient secure library (#2022) 2018-11-19 17:02:24 +01:00
src Clean warnings when all warning enabled (#2112) 2018-11-29 11:34:55 +01:00
keywords.txt Add WiFiClient secure lib (#184) 2017-02-11 00:20:24 +02:00
library.properties Add WiFiClient secure lib (#184) 2017-02-11 00:20:24 +02:00