arduino-esp32/libraries/WiFi/src
Jeroen88 01d22c8807 Feature/http client (#1973)
* Pass client parameter into two new begin() functions. Set other begin() functions deprecated. Updated library version to 1.2

* Added working HTTPS example on a public url with a certificate

* Remove two unnecessary tests in ::disconnect()

* Add a scoping block to BasicHttpsClient.ino to assure HTTPClient is destroyed before WiFiClientSecure

* Added check to handle mixup of old and present api properly

* Correct HTTPClient::setTimeout() to convert milliseconds to seconds. Correct WiFiClient::setTimeout() to call Stream::setTimeout() with seconds converted back to milliseconds. Remove inproper checks for _insecure.

* Added small comment because it looked like the Travis build did not finish
2018-11-19 16:57:23 +01:00
..
ETH.cpp Update IDF to 1c3dd23 2018-01-18 00:56:58 +02:00
ETH.h Enable static IP via ethernet (#924) 2017-12-19 14:07:22 +01:00
WiFi.cpp Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFi.h Add initial IPv6 Support 2017-01-06 00:54:50 +02:00
WiFiAP.cpp make WiFi.softAP() more robust (#1925) 2018-11-19 16:43:59 +01:00
WiFiAP.h Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
WiFiClient.cpp Feature/http client (#1973) 2018-11-19 16:57:23 +01:00
WiFiClient.h cores: replace max, min, round macros with imports from std (#1783) 2018-09-17 21:33:01 +02:00
WiFiGeneric.cpp cores: replace max, min, round macros with imports from std (#1783) 2018-09-17 21:33:01 +02:00
WiFiGeneric.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiMulti.cpp Fix WiFiMulti Logs 2018-07-30 09:42:44 -03:00
WiFiMulti.h cores: replace max, min, round macros with imports from std (#1783) 2018-09-17 21:33:01 +02:00
WiFiScan.cpp Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiScan.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiServer.cpp Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiServer.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiSTA.cpp Prevent exceptions in WiFi if not yet started 2018-07-05 12:28:15 +02:00
WiFiSTA.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiType.h std::functioanl for WFIF event + Minor fix (#1366) 2018-05-14 13:05:49 +02:00
WiFiUdp.cpp Memory leak (#1672) 2018-07-25 12:56:41 +02:00
WiFiUdp.h Add Server and UDP and fix WiFi.hostByName 2016-12-30 02:44:45 +02:00