iotappstory / ESP-Library

Software Distribution and Management Over the Air
GNU Lesser General Public License v2.1
124 stars 35 forks source link

FNGPRINT & SPIFFS fixes #119

Closed Onno-Dirkzwager closed 5 years ago

Onno-Dirkzwager commented 5 years ago

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