disk91 / WioLoRaWANFieldTester

85 stars 32 forks source link

On pages like the "Hotspots" and "Distance" graphs, change the most recent icon from an 'X' when value is unknown to a '?' #68

Open DeflateAwning opened 1 year ago

DeflateAwning commented 1 year ago

On the Hotspot and Distance graph pages, the most recent transmission shows as an 'X' because there is no way to know that data until it is received in the next communication cycle.

Instead of showing as "0 hotspots saw the last packet", it would be better to show is as a "?", which indicates that "the device does not know how many hotspots saw the last packet, yet"

disk91 commented 1 year ago

X means that the frame has been lost

DeflateAwning commented 1 year ago

It doesn't always mean the frame has been lost. The X changes to a count upon the feedback being received from the server. Examples include on the Hotspots and Distance graph pages.