@martin_schilliger, can you confirm that? In the two logs, the last good transmissions seem to be at 3680s: EV_TXSTART
and 3678s: EV_TXSTART
.
As an aside: I also wonder if tempChar
should have length 4 rather than 3, to allow for a null-terminator. But I doubt that’s causing issues after running for some time…
char tempChar[3];
dtostrf (temp[i], 3, 0, tempChar);