jwillmer / Arduino

ESP8266 core for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino core for ESP8266 WiFi chip

ESP8266HTTPClient Fork Changes

Enable wildcard for SSL fingerprint

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

Auto switch to SSL query

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

About

ESP8266 core for Arduino

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 55.2%Language:C 30.0%Language:Arduino 11.4%Language:HTML 1.2%Language:Shell 0.7%Language:Python 0.6%Language:Assembly 0.5%Language:Makefile 0.3%