diff --git a/src/pushtarget.cpp b/src/pushtarget.cpp index cca94c3..4cc54d8 100644 --- a/src/pushtarget.cpp +++ b/src/pushtarget.cpp @@ -108,8 +108,8 @@ void PushIntervalTracker::save() { void PushTarget::sendAll(float angle, float gravitySG, float corrGravitySG, float tempC, float runTime) { printHeap("PUSH"); - _http.setReuse(false); - _httpSecure.setReuse(false); + _http.setReuse(true); + _httpSecure.setReuse(true); TemplatingEngine engine; engine.initialize(angle, gravitySG, corrGravitySG, tempC, runTime);