Skip to content

Commit

Permalink
Replaced #error with #warning so it compiles even if the https server…
Browse files Browse the repository at this point in the history
… support is not enabled (#172)
  • Loading branch information
zekageri committed Aug 17, 2024
1 parent 42578f7 commit b719b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PsychicHttpsServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ class PsychicHttpsServer : public PsychicHttpServer
#endif // PsychicHttpsServer_h

#else
#error ESP-IDF https server support not enabled.
#warning ESP-IDF https server support not enabled.
#endif // CONFIG_ESP_HTTPS_SERVER_ENABLE

0 comments on commit b719b48

Please sign in to comment.