Skip to content

Commit

Permalink
Fix PsychicHttpsServer.h defines (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: iranl <[email protected]>
  • Loading branch information
iranl authored Sep 18, 2024
1 parent b719b48 commit d484548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PsychicHttpsServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
#endif // CONFIG_ESP_HTTPS_SERVER_ENABLE

#endif // PsychicHttpsServer_h

0 comments on commit d484548

Please sign in to comment.