You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't used aJSON before, as I've been using ArduinoJson. Is it possible to register a method with your library that takes a JSON array as a parameter?
For instance, if I want to call a factory method at runtime, can I have:
I haven't used aJSON before, as I've been using ArduinoJson. Is it possible to register a method with your library that takes a JSON array as a parameter?
For instance, if I want to call a factory method at runtime, can I have:
where "makeButtonVector" would normally have the following signature:
The text was updated successfully, but these errors were encountered: