feature/http_call_send_json #3

Merged
f merged 56 commits from feature/http_call_send_json into master 2022-11-27 11:02:22 +01:00
Showing only changes of commit 7225866dd4 - Show all commits

View file

@ -86,7 +86,8 @@ void setSensorData(float sensorValues[])
}
}
for (uint8_t i = 0; i < VALUES; i++) {
for (uint8_t i = 0; i < VALUES; i++)
{
_webUpdater_sensValues[i] = sensorValues[i];
}
}