[Config] [XKore] add option to auto reply pincode request
let user decide if openkore or client will reply the pincode request
What about:
~~} elsif ($args->{flag} == 2) {~~
} elsif ($args->{flag} == 2 || $args->{flag} == 4) {
under what scenario is it useful to use XKore 1 mode and turn off XKore_autoReplyPinCode ?
how about deleting this code?
if(($config{XKore} eq "1" || $config{XKore} eq "3") && !$config{XKore_autoReplyPinCode}) {
$timeout{master}{time} = time;
return;
}
under what scenario is it useful to use XKore 1 mode and turn off
XKore_autoReplyPinCode? how about deleting this code?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
uKore bypass auto send pincode using client
the user enters the PIN code by himself?
uKore bypass auto send pincode using client
the user enters the PIN code by himself?
user configure a file and the bypass send the inputs to client insted of openkore