Skip to content

Commit

Permalink
CA needs to be set by user outside lib
Browse files Browse the repository at this point in the history
  • Loading branch information
debsahu committed Sep 28, 2021
1 parent ba31066 commit 325885e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/HARestAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ void HARestAPI::setTimeOut(uint16_t TimeOut)
_time_out = TimeOut;
}

void HARestAPI::setCACert(const char *CACert)
{
wsclient->setCACert(CACert);
}

void HARestAPI::setComponent(String Component)
{
_component = Component;
Expand Down
1 change: 0 additions & 1 deletion src/HARestAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class HARestAPI
void setRGB(uint8_t, uint8_t, uint8_t);
void setDebugMode(bool);
void setTimeOut(uint16_t);
void setCACert(const char *);
void setComponent(String);
void setURL(String);
bool sendCustomHAData(String, String);
Expand Down

0 comments on commit 325885e

Please sign in to comment.