I have done hours of reading. And the docs are not very detailed or consistent. (for example, the docs just say that Blynk.config() can be called one of 2 ways:
Blynk.config(auth)
Blynk.config(auth, server, port)
Wrong…it depends on which specific library you are using. I spent hours dissecting the code to find that out and didn’t find that solution anywhere in the docs or this forum (this post)
I do know the basic flow and have done that. My flow is establish a wifi connection, then call Blynk.config() then call Blynk.connect().
I did have a specific question. The docs are not specific as to that question. To reiterate:.Does Blynk.config() get called only once in 'setup()or should it be called each time right before you callBlynk.connect()` which is in a timer loop.
If you don’t know the answer or don’t want to answer it, don’t waste your time responding…no need to get cranky about it.