Esp32_RTC_ZACUS #27
Reference in New Issue
Block a user
Delete Branch "esp32_RTC_ZACUS"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:
efeacb79f8ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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".
@@ -148,3 +193,2 @@ensureDialToneWav();}stopPlaybackFile();startTask();ensureSdMounted()latches the first attempt result and never retries oncesd_mount_attempted_is true. If the first mount occurs while no card is inserted (or mount transiently fails), laterPLAYattempts continue to fail permanently even after inserting a card, because the code always returns the cached false value until reboot.Useful? React with 👍 / 👎.
STORY_REFRESH_SDcurrently just returnsg_audio.isSdReady()and never triggers any mount/refresh logic. Sincesd_ready_stays false untilplayFile()callsensureSdMounted(), this command reports failure on a normal boot even when a valid SD card is present, so clients cannot actually use it to refresh/check media availability before playback.Useful? React with 👍 / 👎.
Pull request closed