Skip to content

jwillmer/Arduino

 
 

Repository files navigation

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

About

ESP8266 core for Arduino

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 55.3%
  • C 30.0%
  • Other 11.4%
  • HTML 1.2%
  • Shell 0.7%
  • Python 0.6%
  • Other 0.8%