There was an error while loading. Please reload this page.
1 parent 4452a63 commit f9ad96bCopy full SHA for f9ad96b
main/scream_sender.c
@@ -14,7 +14,7 @@
14
#include <string.h>
15
#include <math.h>
16
17
-static const char *TAG = "scream_sender";
+#define TAG "scream_sender"
18
19
// Scream header for 16-bit 48KHz stereo audio
20
static const char header[] = {1, 16, 2, 0, 0};
0 commit comments