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
Describe the bug
When a user hasn't first created a 'strip' object, the errors spawned by Neopixel blocks are unclear.
To Reproduce
Steps to reproduce the behavior:
Create a new project
Add the neopixel library
Drag one of the blocks that manipulates a 'strip' object into the program
See error
The error is "Program Error: r0 is null" which will not mean much to many people.
Expected behavior
The error the user gets should help them understand about the requirement for the object to be instatiated before it is used OR the blocks for manipulating the strip object are not available to the user until they've done the required instantiation (this seems harder/impossible to get right?)
The text was updated successfully, but these errors were encountered:
Describe the bug
When a user hasn't first created a 'strip' object, the errors spawned by Neopixel blocks are unclear.
To Reproduce
Steps to reproduce the behavior:
The error is "Program Error: r0 is null" which will not mean much to many people.
Expected behavior
The error the user gets should help them understand about the requirement for the object to be instatiated before it is used OR the blocks for manipulating the strip object are not available to the user until they've done the required instantiation (this seems harder/impossible to get right?)
The text was updated successfully, but these errors were encountered: