From d484548f847edca9fe29dd0b00ad22551ad26caa Mon Sep 17 00:00:00 2001 From: iranl Date: Wed, 18 Sep 2024 18:04:06 +0200 Subject: [PATCH] Fix PsychicHttpsServer.h defines (#175) Signed-off-by: iranl --- src/PsychicHttpsServer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PsychicHttpsServer.h b/src/PsychicHttpsServer.h index 51f8210..1c1eed3 100644 --- a/src/PsychicHttpsServer.h +++ b/src/PsychicHttpsServer.h @@ -32,8 +32,8 @@ class PsychicHttpsServer : public PsychicHttpServer virtual void stop() override final; }; -#endif // PsychicHttpsServer_h - #else #warning ESP-IDF https server support not enabled. -#endif // CONFIG_ESP_HTTPS_SERVER_ENABLE \ No newline at end of file +#endif // CONFIG_ESP_HTTPS_SERVER_ENABLE + +#endif // PsychicHttpsServer_h