Add v2 TODO

This commit is contained in:
Johannes Mockenhaupt 2017-07-21 17:25:05 +02:00
parent 893a604ef9
commit 9af2e0af01
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -342,6 +342,10 @@ public class RuffyScripter {
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
*/