/Arduino

ESP8266 core for Arduino

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

Arduino core for ESP8266 WiFi chip

ESP8266HTTPClient Fork Changes

You can use * to ignore fingerprint check for SSL connections: httpClient.begin(url, "*")

begin(String url) normaly awaits HTTP but now will switch to HTTPS protocol (without fingerprint check) if it detects HTTPS protocol