FNGPRINT
Fix ESP32 errors caused by my previous PR #118 (Reenabled fingerprint for backwards compatibility)
if HTTPS_8266_TYPE == FNGPRINT
should have been: #if defined ESP8266 && HTTPS_8266_TYPE == FNGPRINT
SPIFFS
On the ESP8266 SPIFFS just works whether their was a previous partition or not.
On the ESP32 it is necessary to format SPIFFS the first time you run. Otherwise SPIFFS cannot be used to store certificates.
E (4881) SPIFFS: mount failed, -10025
FNGPRINT Fix ESP32 errors caused by my previous PR #118 (Reenabled fingerprint for backwards compatibility)
if HTTPS_8266_TYPE == FNGPRINT
should have been: #if defined ESP8266 && HTTPS_8266_TYPE == FNGPRINT
SPIFFS