Skip to content

Docker support#2

Merged
ejmmje merged 21 commits into
mainfrom
docker_support
Mar 12, 2026
Merged

Docker support#2
ejmmje merged 21 commits into
mainfrom
docker_support

Conversation

@ejmmje
Copy link
Copy Markdown
Owner

@ejmmje ejmmje commented Mar 12, 2026

No description provided.

ejmmje and others added 21 commits October 12, 2025 22:36
…sion while maintaining airport and display airport integrity. Allowing for changes in config for potential future updates
… reporting field was not being implemented
Add LED and display smoke test to setup script
…es in case others are keeping their own repo
@ejmmje ejmmje merged commit 73a1db5 into main Mar 12, 2026
1 check passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f5cc29a02d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread setup.sh
Comment on lines +410 to +411
import board
import neopixel
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Catch hardware import failures in setup smoke test

The inline smoke test imports board and neopixel before entering its try block, so on Docker/non-Pi hosts (or any environment where those modules cannot initialize) Python exits immediately and setup.sh fails because the script is running with set -e. This turns a post-install validation step into a hard blocker for setup/update in unsupported environments; move these imports inside the guarded block or skip hardware tests when imports fail.

Useful? React with 👍 / 👎.

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.

1 participant