openkore icon indicating copy to clipboard operation
openkore copied to clipboard

[Config] [XKore] add option to auto reply pincode request

Open alisonrag opened this issue 4 years ago • 5 comments

let user decide if openkore or client will reply the pincode request

alisonrag avatar Mar 04 '21 16:03 alisonrag

What about: ~~} elsif ($args->{flag} == 2) {~~ } elsif ($args->{flag} == 2 || $args->{flag} == 4) {

ya4ept avatar Mar 04 '21 21:03 ya4ept

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;
	}

ya4ept avatar Mar 30 '21 22:03 ya4ept

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

alisonrag avatar Mar 31 '21 17:03 alisonrag

uKore bypass auto send pincode using client

the user enters the PIN code by himself?

ya4ept avatar Apr 16 '21 22:04 ya4ept

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

alisonrag avatar Apr 16 '21 23:04 alisonrag