Currently the commandparse() function processes incoming commands, but also
has too much sub-logic in it. While it calls other functions for some things,
action like speaking the GPS location are all done within.
We should have a clear function that is dedicated to parsing commands and
deciding what action to take. Any action should then live within another
function.
Original issue reported on code.google.com by rhickman on 28 Mar 2010 at 11:56
Original issue reported on code.google.com by
rhickman
on 28 Mar 2010 at 11:56