Hi,
I read this on the docs:
When using the default AUTOMATIC system mode, the cloud functions must be
registered in the setup() function. The information about registered functions
will be sent to the cloud when the setup() function has finished its execution.
Is there an alternate way to send the info about registered functions to the cloud mid-way on the setup() execution?
Thanks!