fix: Fix startup sound for Preonic (#25132) (#25133)

Add `AUDIO_INIT_DELAY ` to config.h to resolve
This commit is contained in:
Luis Garcia 2025-04-11 11:26:13 -05:00 committed by GitHub
parent f549b30760
commit daf6968947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define AUDIO_VOICES #define AUDIO_VOICES
#define AUDIO_PIN C6 #define AUDIO_PIN C6
#define AUDIO_INIT_DELAY
/* /*
* Feature disable options * Feature disable options
* These options are also useful to firmware size reduction. * These options are also useful to firmware size reduction.