realrobotshk
Results
1
issues of
realrobotshk
``int[3] adf; void setup() { } void loop() { adf = {0, 1, 2}; }`` This is the code generated with just a variable initialized as an array with 3...
bug
help wanted