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
The parser code of converting c++ to javascript is very premature, it can only handle simple c++ structures. There are some ideas of using c++ interpreter libraries / web assembly to solve this issue, I haven't found time to work on it, for the time being, please write your array in one line fashion, or declare it first then assign values after. Thanks.
This line succeeds:
byte incomingNeighborData[3] = {0,0,0};
but the following line:
gives the error
SyntaxError: expected expression, got '}'
The text was updated successfully, but these errors were encountered: