Skip to content

fix(tab5): add missing app requires#129

Merged
baba-dev merged 1 commit into
mainfrom
codex/fix-missing-header-file-errors
Sep 20, 2025
Merged

fix(tab5): add missing app requires#129
baba-dev merged 1 commit into
mainfrom
codex/fix-missing-header-file-errors

Conversation

@baba-dev
Copy link
Copy Markdown
Owner

Summary

  • add the mooncake, mooncake_log, smooth_ui_toolkit, power_monitor_ina226, esp_video, imlib, and esp-audio-player components to the Tab5 main app's dependency list so their headers are available during compilation

Testing

  • not run (ESP-IDF toolchain is unavailable in the provided environment)

https://chatgpt.com/codex/tasks/task_e_68cde09905ec8324964371e7d81b5641

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 suggestions.

Reply with @codex fix comments to fix any unresolved comments.

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, or 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 fix this CI failure" or "@codex address that feedback".

Comment on lines 24 to +26
REQUIRES backup_server connection_tester diag net_sntp ota_update settings_core
settings_ui m5stack_tab5 esp_wifi esp_netif esp_event nvs_flash
esp_http_server
esp_http_server chmorgan__esp-audio-player mooncake mooncake_log
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] Reference esp_audio_player with its sanitized component name

The new dependency list uses chmorgan__esp-audio-player, but ESP-IDF sanitizes component targets by replacing - with _ (e.g., the downloaded component lives under chmorgan__esp_audio_player). Because the target name in REQUIRES must match this sanitized form, CMake fails during configuration with “Unknown component chmorgan__esp-audio-player” and the Tab5 build cannot start. Replace the hyphen with an underscore so the dependency actually resolves.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@codex fix comments

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Summary

Testing

  • ⚠️ Not run (ESP-IDF toolchain unavailable in the provided environment)

View task →

@baba-dev baba-dev merged commit 62d5490 into main Sep 20, 2025
1 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant