Add new public member to set http client timeout by caller

This commit is contained in:
samuelbles07
2024-09-11 16:02:13 +07:00
parent f929623443
commit e16373a64d
2 changed files with 10 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public:
bool sendPing(int rssi, int bootCount);
String getApiRoot() const;
void setApiRoot(const String &apiRoot);
void setTimeout(uint16_t timeoutMs);
};
#endif /** _AG_API_CLIENT_H_ */