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-15 Node-RED adaptation to expected kernel change - master branch - PR 1 of 3 #695

Closed Paraphraser closed 1 year ago

Paraphraser commented 1 year ago

Background:

Changes:

  1. Removes Bluetooth-specific volumes and devices from template.
  2. Updates TZ to TZ=${TZ:-Etc/UTC} syntax.
  3. Realigns build arguments (yamllint).
  4. Adds documentation to Node-RED wiki page (master branch) to explain how to re-add volumes and devices if Bluetooth support is required on a Raspberry Pi:

    • This means Node-RED will launch successfully on non-Pi hardware.
    • Documentation references /dev/serial1 rather than /dev/ttyAMA0.