How to integrate OTA and MQTT credentials features in one sketch #398
Answered
by
Hieromon
TutorKidsDad
asked this question in
How can I?
-
Hi I am working on a sketch to integrate OTA facility and updating Thingspeak MQTT credentials features in one sketch through a single captive portal ,no luck till now.any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
Hieromon
Sep 23, 2021
Replies: 2 comments
-
It allows enabling OTA using AutoConnectConfig::ota setting. This setting works even when the ESP module is not connected to any access point. (that is, the captive portal has open) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Hieromon
-
Thanks for the prompt reply,I'll chk and revert back to you as soon as
possible
…On Thu, 23 Sep 2021, 07:22 Hieromon Ikasamo, ***@***.***> wrote:
It allows enabling OTA using AutoConnectConfig::ota setting. This setting
works even when the ESP module is not connected to any access point. (that
is, the captive portal has open)
See the documentation
<https://hieromon.github.io/AutoConnect/otabrowser.html#how-to-embed-autoconnectota-in-your-sketch>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#398 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQN67XDN2KELC6Q6KX72YDUDKB7JANCNFSM5D6NJMJQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It allows enabling OTA using AutoConnectConfig::ota setting. This setting works even when the ESP module is not connected to any access point. (that is, the captive portal has open)
See the documentation.