Add v2 TODO
This commit is contained in:
parent
893a604ef9
commit
9af2e0af01
1 changed files with 4 additions and 0 deletions
|
@ -342,6 +342,10 @@ public class RuffyScripter {
|
||||||
log.debug("Releasing menu key");
|
log.debug("Releasing menu key");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO v2, rework these two methods: waitForMenuUpdate shoud only be used by commands
|
||||||
|
// then anything longer than a few seconds is an error;
|
||||||
|
// only ensureConnected() uses the method with the timeout parameter; inline that code,
|
||||||
|
// so we can use a custom timeout and give a better error message in case of failure
|
||||||
/**
|
/**
|
||||||
* Wait until the menu update is in
|
* Wait until the menu update is in
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue