Spark.function call?

I’m wondering when the Spark.function can be called? I haven’t seen anything about it, and I’m wondering if disabling interrupts would disable Spark.function calls as well, or if it works off of a different mechanism. Thanks!

@mumblepins, generally disabling interrupts for any length of time is never a good idea. All wifi/cloud operations are dependent on interrupts, including Spark.function(). :smile:

2 Likes