mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-20 10:24:18 +03:00
* Add a dump of received FP and CERT when in debug mode To simplify BearSSL debugging, print the received FP (when it doesn't match the expected) and the binary certificate (always), when in debug mode. * Add documentation section on FP mismatch in rare instances.