Skip to content
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

added new Activity Type: system commands #23

Merged
merged 1 commit into from
Aug 6, 2021
Merged

added new Activity Type: system commands #23

merged 1 commit into from
Aug 6, 2021

Conversation

skobkars
Copy link
Contributor

@skobkars skobkars commented Aug 4, 2021

New Activity Type: System Commands

Sends commands line by line to your Pi (or other host) and stops processing in case of an error.

Outputs of all commands are logged in octoprint.log

New Activity Type: System Commands

Sends commands line by line to your Pi (or other host) and stops processing in case of an error.

Outputs of all commands are logged in octoprint.log
@LuxuSam
Copy link
Owner

LuxuSam commented Aug 4, 2021

Nice thank you very much! On first glance it looks well coded and also fits my coding style. I will look at it more thoroughly tomorrow :)

@LuxuSam LuxuSam linked an issue Aug 4, 2021 that may be closed by this pull request
@LuxuSam
Copy link
Owner

LuxuSam commented Aug 5, 2021

The PR looks good, just one question. Why did you add GPIO 2 & 3? As far as I can see, those have preconfigured pull-up resistors. Won't that be a problem when applying that again on my button setup function or won't that make a difference?

@LuxuSam LuxuSam merged commit f214629 into LuxuSam:development Aug 6, 2021
@skobkars
Copy link
Contributor Author

skobkars commented Aug 6, 2021 via email

@LuxuSam
Copy link
Owner

LuxuSam commented Aug 6, 2021

Cool thanks for clearing that up :)

I'll probably release your changes during the weekend :)

@skobkars
Copy link
Contributor Author

skobkars commented Aug 6, 2021 via email

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.

Ideas: Pi Shutdown and Double Click Input
2 participants