Allow HTTPS on non-PSRAM devices

This commit is contained in:
iranl
2025-06-19 10:10:32 +02:00
parent da837599d3
commit b5ad96f747
9 changed files with 89 additions and 103 deletions

View File

@@ -18,6 +18,7 @@
#include "ImportExport.h"
extern TaskHandle_t nukiTaskHandle;
extern bool nuki_hub_https_server_enabled;
enum class TokenType
{
@@ -86,7 +87,7 @@ private:
#if defined(CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32P4)
const std::vector<std::pair<String, String>> getNetworkCustomCLKOptions() const;
#endif
#ifdef CONFIG_SOC_SPIRAM_SUPPORTED
#ifdef NUKI_HUB_HTTPS_SERVER
void createSSLCertificate();
#endif
const String getPreselectionForGpio(const uint8_t& pin) const;