LoRa packets gets 2 extra bytes?

You write a variable to the last byte in the array;

pachet[27] = low_word_soil2;

So how about increasing the array length by 1 and writing a 0 to location 28 ?

1 Like