mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add hops_away sort option
This commit is contained in:
parent
4ceb4c5199
commit
88a6bcc09d
3 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ interface NodeInfoDao {
|
|||
(position_longitude - (SELECT position_longitude FROM OurNode)) *
|
||||
(position_longitude - (SELECT position_longitude FROM OurNode))
|
||||
END
|
||||
WHEN :sort = 'hops_away' THEN hopsAway
|
||||
WHEN :sort = 'channel' THEN channel
|
||||
WHEN :sort = 'via_mqtt' THEN user_longName LIKE '%(MQTT)' -- viaMqtt
|
||||
ELSE 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue