1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.62k stars 797 forks source link

[CERTS] Remove certificate display on WiFi manager and enable memory certificate usage for update check #1967

Closed 1technophile closed 5 months ago

1technophile commented 5 months ago

Description:

Displaying the certificate may confuse the user (it was not previously shown) and also would require a comparison with the certificate from the build before saving (if not, it will pass two times into processCert making is unusable) Also, enable the use of the memory certificate for the update check at the start.

Checklist: