[Config] [XKore] add option to auto reply pincode request#3365
[Config] [XKore] add option to auto reply pincode request#3365
Conversation
already implemented at Receive.pm
let user decide if openkore or client will reply pincode
|
What about: |
|
under what scenario is it useful to use XKore 1 mode and turn off if(($config{XKore} eq "1" || $config{XKore} eq "3") && !$config{XKore_autoReplyPinCode}) {
$timeout{master}{time} = time;
return;
} |
uKore bypass auto send pincode using client, if openkore send too it cause DC, this is why i added this key, if user want to use openkore or the bypass to send the pincode |
the user enters the PIN code by himself? |
user configure a file and the bypass send the inputs to client insted of openkore |
| # This is ten second-level password login for 2013/3/29 upgrading of twRO | ||
| my ($self, $args) = @_; | ||
|
|
||
| if($args->{flag} ne 0 && ($config{XKore} eq "1" || $config{XKore} eq "3")) { |
There was a problem hiding this comment.
why did you decide to remove this check?
$args->{flag} ne 0
let user decide if openkore or client will reply the pincode request