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

2023-05-16 OctoPrint adaptation to expected kernel change - master branch - PR 1 of 2 #704

Merged
merged 2 commits into from
Jun 25, 2023

Conversation

Paraphraser
Copy link

Background:

Changes:

  1. Adopts generic syntax for device specification to prompt user to add the relevant key (OCTOPRINT_DEVICE_PATH) and path (eg /dev/ttyUDB0) to .env. Example:

    $ echo OCTOPRINT_DEVICE_PATH=/dev/ttyUSB0 >>~/IOTstack/.env
    
  2. Adopts TZ=${TZ:-Etc/UTC}

  3. Corrects YAML "errors" identified by yamllint.

  4. Rewrites documentation to explain the how-to of device-path setup in various situations.

…anch - PR 1 of 2

Background:

- SensorsIot#690 – Kernel update may remove /dev/ttyAMA0

Changes:

1. Adopts generic syntax for device specification to prompt user to add
the relevant key (`OCTOPRINT_DEVICE_PATH`) and path (eg `/dev/ttyUDB0`)
to `.env`. Example:

	```
	$ echo OCTOPRINT_DEVICE_PATH=/dev/ttyUSB0 >>~/IOTstack/.env
	```

2. Adopts `TZ=${TZ:-Etc/UTC}`
3. Corrects YAML "errors" identified by `yamllint`.
4. Rewrites documentation to explain the how-to of device-path setup in
various situations.

Signed-off-by: Phill Kelley <[email protected]>
docs/Containers/Octoprint.md Outdated Show resolved Hide resolved
Signed-off-by: Phill Kelley <[email protected]>
@Slyke Slyke merged commit 8ea2590 into SensorsIot:master Jun 25, 2023
@Paraphraser Paraphraser deleted the 20230516-octoprint-master branch June 25, 2023 13:14
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.

2 participants