Merge lp:~davidpeterson/mymote/dpchanges into lp:mymote
Proposed by
David Peterson
Status: | Merged |
---|---|
Merged at revision: | 196 |
Proposed branch: | lp:~davidpeterson/mymote/dpchanges |
Merge into: | lp:mymote |
Diff against target: |
56 lines (+12/-1) 4 files modified
Classes/FrontendSelect.m (+1/-1) Classes/SettingsViewController.m (+5/-0) Classes/TelnetRemote.h (+1/-0) Classes/TelnetRemote.m (+5/-0) |
To merge this branch: | bzr merge lp:~davidpeterson/mymote/dpchanges |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chase Douglas | Approve | ||
Review via email:
|
Description of the change
Fixes changing the frontend server.
Changing the frontend doesn't work all the time in the release version. It only seems to work when the telnet connection times out and is re-established.
- Creates new TelnetRemote:
- Reloads the settings UITableView when it reappears so new frontend is shown immediately.
To post a comment you must log in.
Hi David,
This looks great! I just tested it out here and the changes seem to work well.