Waziup / single_chan_pkt_fwd

LoRa Single Channel Packet Forwarder
MIT License
2 stars 3 forks source link

Bad frequency error #1

Open j-forster opened 3 years ago

j-forster commented 3 years ago

The following line is ok by design, but produces bad strings:

https://github.com/Waziup/single_chan_pkt_fwd/blob/ea8f7045dea4d544f9ba0d68fc9a55286c980901/lora/lora.go#L230

The output produced looks like 868.0999957 but should be 868.1 or 868.100000.

Chirpstack accepts and shows this frame, but does not process it as it does not belong to an exact frequency channel.

j-forster commented 3 years ago

A temporary fix has been applied https://github.com/Waziup/single_chan_pkt_fwd/commit/34dfeedb1dc732d5361586058d0650e223e8d57c, but we should continue to search for the real cause of this error.

cdupont commented 3 years ago

Good catch

cdupont commented 3 years ago

is this fixed?