SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.42k stars 303 forks source link

2023-05-16 OctoPrint adaptation to expected kernel change - old-menu branch - PR 2 of 2 #705

Closed Paraphraser closed 1 year ago

Paraphraser commented 1 year ago

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.