MCPcopy Create free account
hub / github.com/1technophile/OpenMQTTGateway / HTTPUpdate

Method HTTPUpdate

main/zzHTTPUpdate.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33// To do extern "C" uint32_t _SPIFFS_end;
34
35HTTPUpdate::HTTPUpdate(void)
36 : _httpClientTimeout(8000), _ledPin(-1) {
37 _followRedirects = HTTPC_DISABLE_FOLLOW_REDIRECTS;
38}
39
40HTTPUpdate::HTTPUpdate(int httpClientTimeout)
41 : _httpClientTimeout(httpClientTimeout), _ledPin(-1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected