Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Force portal mode from application #2

Closed
balucio opened this issue Jan 10, 2021 · 2 comments
Closed

Force portal mode from application #2

balucio opened this issue Jan 10, 2021 · 2 comments
Labels
Support Library support

Comments

@balucio
Copy link

balucio commented Jan 10, 2021

Hi, how I can force entering in portal mode from application?

Thank you.

@khoih-prog
Copy link
Owner

Currently, the library doesn't provide a direct way to force entering the Config Portal (CP) from application, as this is over-complicated and not necessary for all use cases. I just prefer the simpler approach, yet the users can add / merge more features with other libraries.

But definitely, I'll consider add the optional feature if there are more enhancement requests for this, just not sure about the time frame.

In the mean time, you can use one of these temporary solutions

  1. Create a Blynk virtual button, then use it to trigger the CP by reading the flag in the loop(). Check these examples for a way to do
  1. Create a Blynk virtual button, then use it to trigger DoubleReset or MultiReset within predetermined time.

Good Luck,

@khoih-prog khoih-prog added the Support Library support label Jan 10, 2021
@khoih-prog
Copy link
Owner

Update

The requested feature has been available from v1.2.1


Releases v1.2.1

  1. Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
  2. Add examples to demo the new Virtual ConfigPortal SW feature
  3. Optimize code

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Support Library support
Projects
None yet
Development

No branches or pull requests

2 participants