moved maxfrag to own function

This commit is contained in:
Magnus Persson
2022-04-27 22:15:35 +02:00
parent 8342341cb9
commit e91c8af1a5
4 changed files with 61 additions and 64 deletions

View File

@ -45,6 +45,7 @@ class PushTarget {
void sendHttpPost(TemplatingEngine& engine, bool isSecure, int index);
void sendHttpGet(TemplatingEngine& engine, bool isSecure);
void addHttpHeader(HTTPClient& http, String header);
void probeMaxFragement( String& serverPath );
public:
void sendAll(float angle, float gravitySG, float corrGravitySG, float tempC,