Closed nicholasqle closed 8 months ago
Testing fix on batch-null-packet
This should be fixed on batch-null-packet but has not been merged into main yet
The required change of
else if (!recvDoc["id"].isNull() && recvDoc["id"]["name"].isNull()){
return false;
}
has not been committed yet to batch-null-packet
Now it has been pushed
Describe the bug Every time the LoRa Batch transmission is done, the first packet is always null. The rest of the packets are normal.
Hardware in Use Transmitting Side: Feather M0 LoRa, Dendrometer PCB, AS5311 Receiving Side: Feather M0 LoRa, Weatherchimes PCB, SparkFun LTE CAT M1/NB-IoT Shield
To Reproduce Steps to reproduce the behavior:
Expected behavior The first packet should contain all of the measurements
Code In the Arduino IDE while editing the main.ino, goto 'Edit' -> 'Copy for HTML' and paste the output of that here Transmitting side (Dendrometer):
Receiving Side (Hub):
Output Copy and paste the serial output here if possible wrapped in ``` ```
Additional context Add any other context about the problem here. I am not sure if this is expected behavior but Chet wanted me to post this here for future people