Post measures through cellular payload based on extendedPmMeasures config

This commit is contained in:
samuelbles07
2025-11-23 19:08:40 +07:00
parent 565a7fa9fd
commit 2c37ab9895
2 changed files with 2 additions and 2 deletions

View File

@@ -1428,7 +1428,7 @@ void postUsingCellular(bool forcePost) {
xSemaphoreGive(mutexMeasurementCycleQueue);
// Attempt to send
if (agClient->httpPostMeasures(payload) == false) {
if (agClient->httpPostMeasures(payload, extendPmMeasures) == false) {
// Consider network has a problem, retry in next schedule
Serial.println("Post measures failed, retry in next schedule");
return;