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
Have identified the source of the problem. A user defined library had an entry for SETREAD in the keywords.txt file as follows:
SETREAD LITERAL
instead of
SETREAD LITERAL1
Yes, I've done that and the library is now fixed. A less urgent problem that still remains is that this simple typo in the keywords.txt file can cause the Arduino software to crash with no useful error message.
Typing uppercase SETREAD into a sketch, even a blank sketch, causes the Arduino software to crash and start issuing a stream of exceptions.
The text was updated successfully, but these errors were encountered: