-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use Blynk.Inject with ESP32? #67
Comments
@vshymanskyy, could you suggest? |
I used wifimgr.py. Modified the html/py code to collect credentials by storing them in wifi.dat and then, used them in my main code. |
I undestood you. wifimgr.py puts your device in AP mode like shown in the video. Then you introduce your router and Blynk credentials. At reboot, your device will automatically connect to Blynk. At least, that's the way I do it. |
@ebolisa, could you show a complete example? |
First make wifimgr.py work without Blynk. Then in boot.py:
in main.py:
|
Hello!
Where can I find an example of using Blynk.Inject with this package?
The text was updated successfully, but these errors were encountered: