Skip to content

Conversation

@dmezh
Copy link
Member

@dmezh dmezh commented Jun 17, 2023

No description provided.

Copy link
Member

@jacobkoziej jacobkoziej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted small issues if you'd like to fix them. One major inconsistency was having opening curly braces for function definitions inline or on a newline.

Overall great work 😄

Comment on lines +19 to +22
// for (;;) {
// printf("Hello :)\n");
// vTaskDelay(200 / portTICK_PERIOD_MS);
// }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the dead code?


Import("env")

env.Execute("pip3 install -q -r lib/ember/ember-pio-scripts/requirements.txt")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not use $PYTHONEXE -m pip here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants