Merge branch 'master' into dismiss_frames

This commit is contained in:
Jason P 2025-07-21 08:14:35 -05:00 committed by GitHub
commit 7834f597ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@ plugins:
lint: lint:
enabled: enabled:
- checkov@3.2.451 - checkov@3.2.451
- renovate@41.37.9 - renovate@41.38.1
- prettier@3.6.2 - prettier@3.6.2
- trufflehog@3.90.0 - trufflehog@3.90.0
- yamllint@1.37.1 - yamllint@1.37.1
- bandit@1.8.6 - bandit@1.8.6
- trivy@0.64.1 - trivy@0.64.1
- taplo@0.9.3 - taplo@0.9.3
- ruff@0.12.3 - ruff@0.12.4
- isort@6.0.1 - isort@6.0.1
- markdownlint@0.45.0 - markdownlint@0.45.0
- oxipng@9.1.5 - oxipng@9.1.5

View File

@ -687,7 +687,7 @@ void Power::shutdown()
screen->showSimpleBanner("Shutting Down...", 0); // stays on screen screen->showSimpleBanner("Shutting Down...", 0); // stays on screen
} }
#endif #endif
#ifndef ARCH_STM32 #if !defined(ARCH_STM32WL)
playShutdownMelody(); playShutdownMelody();
#endif #endif
nodeDB->saveToDisk(); nodeDB->saveToDisk();