Skip to content

Commit c3696f4

Browse files
Fix speaker enable line
1 parent 583ee9f commit c3696f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MonsterMaskVoiceChanger/MonsterMaskVoiceChanger.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void setup() {
4242
seesaw.analogWrite(SEESAW_BACKLIGHT_PIN, 0);
4343

4444
if(!voiceSetup()) fatal("Voice init fail", 250);
45-
digitalWrite(SPEAKER_ENABLE_PIN, LOW); // Speaker on
45+
digitalWrite(SPEAKER_ENABLE_PIN, HIGH); // Speaker on
4646

4747
// Configure Seesaw pins 9,10,11 as inputs
4848
seesaw.pinModeBulk(0b111000000000, INPUT_PULLUP);

0 commit comments

Comments
 (0)