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 want to rule out heap size issues in my sketch so I want to use a const char instead of String
Altrunner version has that but added the virtual function "error" I don't understand.
(I am trying to implement that version into PlaneSpotter ofcourse) to make it more robust.
Can you come up with an example to explain the virtual void error(); example?
(I cannot seem to find a way to reach Altrunner so that's why I ask)
The text was updated successfully, but these errors were encountered:
I want to rule out heap size issues in my sketch so I want to use a const char instead of String
Altrunner version has that but added the virtual function "error" I don't understand.
(I am trying to implement that version into PlaneSpotter ofcourse) to make it more robust.
Can you come up with an example to explain the virtual void error(); example?
(I cannot seem to find a way to reach Altrunner so that's why I ask)
The text was updated successfully, but these errors were encountered: