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
Line 26 and line 30 fail because the underlying ESP32 RMT Micropython library appears to have been changed. The "start=1" parameter appears to no longer be valid.
Removing ", start=1" from line 26 and line 30 appears to fix the problem.
Also , removing the parameter name seems to allow things to proceed. For example, changing ", start=1" to ",1" but does not actually work. Not sure which is correct based on RMT documentation: