-
-
Notifications
You must be signed in to change notification settings - Fork 3
Bugfix examples #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pin(2, Pin.OUT)
is specified, and that could not be valid for every board.
Add an ENV Variable for the examples to be run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks great 😍 I added a few hints, but none are crucial.
@ubidefeo I wonder if there is another way rather than adding a ENV variable... I was using pin 6 because it's the LED on the rp2040 but that messes up on the esp32. Perhaps we skip the pin writing on examples? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested and working
await
instead of.then()
stackexecfile
returns output from executionchunk_size
andchunk_sleep
to write to the serial