Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/audio_pdm/PDM_Mic.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "PDM_mic.h"
#include "PDM_Mic.h"
#include "utils/BufferedOutputStream.h"

#if defined(ARDUINO_ARCH_NRF52840)
Expand Down
6 changes: 3 additions & 3 deletions src/audio_play/JinglePlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ const uint16_t NOTIFICATION_WAV[] PROGMEM = {
};

const uint16_t ERROR_WAV[] PROGMEM = {
#include "jingles/error_wav.txt"
#include "jingles/ERROR_WAV.txt"
};

const uint16_t SUCCESS_WAV[] PROGMEM = {
#include "jingles/success_wav.txt"
#include "jingles/SUCCESS_WAV.txt"
};

const uint16_t ALARM_WAV[] PROGMEM = {
#include "jingles/alarm_wav.txt"
#include "jingles/ALARM_WAV.txt"
};

const uint16_t CLICK_WAV[] PROGMEM = {
Expand Down