Hello,
I created a python script to call particle functions to send a lot of data (more than 2000 bytes) to the particle photon.
Would I be able to speed up the process by declaring the same function with different names
ex) sendA, sendB, sendC
and call all three functions at once with the POST request with different parts of the data? Thank you.