fix wave_file assignment

This commit is contained in:
RetiredWizard 2025-08-28 15:57:02 -04:00
parent e5c6803720
commit 961460272d

View file

@ -41,7 +41,7 @@ if tlv320_present:
# use speaker
fjPeriphs.audio_output = "speaker"
wave_file "/boot_animation/ada_fruitjam_boot_jingle.wav", "rb"
wave_file = "/boot_animation/ada_fruitjam_boot_jingle.wav"
class OvershootAnimator: