fix wave_file assignment
This commit is contained in:
parent
e5c6803720
commit
961460272d
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue