openvehicles/Open-Vehicle-Monitoring-System

Server: Order m_code results

markwj opened this issue · 1 comments

Need to order the m_code results to make sure the order is F then S then the others.

The reason is to make sure the car metrics (imperial/metric is sent before the messages that use those metrics).

order by field(m_code,'S','F') DESC,m_code ASC

Done