Replies: 2 comments 3 replies
-
here is my current implementation : To be clear, I'd like my main loop running whatever the autoconnect/portal state ;) |
Beta Was this translation helpful? Give feedback.
-
I would like to ask you about the basic strategy it has for the code you have presented. And I don't quite understand what you mean.
Do you want to execute a captive portal loop by AutoConnect and sketch-specific processing concurrently? NOTE |
Beta Was this translation helpful? Give feedback.
-
Hello,
i've seen the explanation to keep the sketch running while waiting for wifi connection.
(cf last chapter here : https://hieromon.github.io/AutoConnect/adcpcontrol.html#disable-the-captive-portal)
This solution is complicated to use to keep the main loop running on big projects with real time constrains.
Is there any other way like running the portal loop in a FreeRTOs task ? if yes, what are the difficulties ?
Beta Was this translation helpful? Give feedback.
All reactions