Skip to content

How can I configure the portal for a given scenario? #376

Discussion options

You must be logged in to vote

I can't say for sure because I can't see the substance of autoConnect() you showed, but maybe you have the steps to register a _portalConfig instance with AutoConnect::config that should follow the this->_portalConfig->immediateStart = false; setting. It may be leaking. how is it?

  this->_portalConfig->immediateStart = true;
  autoConnect(); // -> Does it include AutoConnect::config(_portalConfig)?
  this->_portalConfig->immediateStart = false; 

Also, Would you please show me the implementation of the part related to AutoConnect of DMCNWiFi class? I will try to configure it to the behavior you expect.

the portal never comes automatically again.

Similar requirements are raised on anoth…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@danilopinotti
Comment options

@Hieromon
Comment options

@danilopinotti
Comment options

Answer selected by danilopinotti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants