Particle.function() - bug found

Hi Particle Support!

This ParticleFunction() cannot be Called from the Web-Console (https://console.particle.io/…)
Particle.function(“Send debug Infos 0/1”, SetTxDebug);
This works as normally
Particle.function(“Send debug Infos 0 or 1”, SetTxDebug);

I worked on a B523 and use Firmware V5.2.0…

All the best and have a nice day…
Andreas

There is a note about the naming convention of functions :wink:

So, not a bug but by design.

Not only the forward slash but also spaces should be avoided.


Greetings from Salzburg (by another Andreas :wave:)

Hi ScruffR, tanks a lot for clarification! Sorry to bother you by my mistake…

Note: Only use letters, numbers, underscores and dashes in function names.

Have a nice day!
Andreas

1 Like

Greetings from Miesenbach, NÖ :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.