clean up user setting

This commit is contained in:
geeksville 2020-02-14 04:41:20 -08:00
parent 0befe48923
commit 9dcfb59ee0
6 changed files with 205 additions and 229 deletions

View file

@ -17,6 +17,7 @@ interface IMeshService {
/**
* Set the ID info for this node
If myId is null, then the existing unique node ID is preserved, only the human visible longName/shortName is changed
*/
void setOwner(String myId, String longName, String shortName);