diff --git a/.vscode/arduino.json b/.vscode/arduino.json new file mode 100644 index 0000000..25ee849 --- /dev/null +++ b/.vscode/arduino.json @@ -0,0 +1,4 @@ +{ + "configuration": "PartitionScheme=default,UploadSpeed=1500000,DebugLevel=none", + "board": "esp32:esp32:m5stick-c" +} \ No newline at end of file diff --git a/src/speakerhat01.ino b/src/speakerhat01.ino index e9dc3f5..a369b31 100644 --- a/src/speakerhat01.ino +++ b/src/speakerhat01.ino @@ -6,7 +6,7 @@ uint32_t sampling_rate = 16000; //16kの場合。8kの場合は、8000 /* - 別タブ(ファイル名はなんでもよい)に、音声データを以下の形式で貼っておく。 + 別ファイル(ファイル名拡張子は.ino)に、音声データを以下の形式で貼っておく。 【音1】 const uint8_t coin05_8k_raw[] PROGMEM = { 0x80, ... }; const uint32_t coin05_8k_raw_len = 7218; // ←配列のサイズ