dl9rdz / rdz_ttgo_sonde

270 stars 94 forks source link

Order on Data page constantly changes #394

Open m-ugo opened 10 months ago

m-ugo commented 10 months ago

The order of received data change randomly on the Data page every 5 seconds when the page is refreshed. If it is sorted by latest received data or same order as on the QRG page doesn't matter as long as it doesn't change every refresh.

Thanks for a nice piece of software! :-)

hr-ru commented 10 months ago

Its not completely random, its just starting with the frequency entry currently displayed on the TTGO display on top, and then all subsequent entries following the order in the QRG page, wrapping around to top when reaching the bottom.

When the TTGO is receiving something, this is fine.
But I agree that this is not a good design when the TTGO is in scan mode.. Its on my low-priority TODO list to change that somehow. Sorted by lasted received data probably is a good choice...