update sound

This commit is contained in:
sharandac
2020-08-04 01:33:41 +02:00
parent d966ad0bde
commit 7876f35e39
5 changed files with 9549 additions and 9549 deletions

View File

@@ -31,6 +31,6 @@
/* /*
* firmeware version string * firmeware version string
*/ */
#define __FIRMWARE__ "2020080404" #define __FIRMWARE__ "2020080405"
#endif // _CONFIG_H #endif // _CONFIG_H

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@ void sound_setup( void ) {
.sample_rate = 8000, .sample_rate = 8000,
.bits_per_sample = I2S_BITS_PER_SAMPLE_32BIT, .bits_per_sample = I2S_BITS_PER_SAMPLE_32BIT,
.channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
.communication_format = (i2s_comm_format_t)(I2S_COMM_FORMAT_PCM | I2S_COMM_FORMAT_I2S_MSB), .communication_format = (i2s_comm_format_t)(I2S_COMM_FORMAT_I2S | I2S_COMM_FORMAT_I2S_MSB),
.intr_alloc_flags = ESP_INTR_FLAG_LEVEL1, // high interrupt priority .intr_alloc_flags = ESP_INTR_FLAG_LEVEL1, // high interrupt priority
.dma_buf_count = 8, .dma_buf_count = 8,
.dma_buf_len = 64 //Interrupt level 1 .dma_buf_len = 64 //Interrupt level 1

Binary file not shown.

View File

@@ -1 +1 @@
{"version":"2020080404","host":"http://www.neo-guerillaz.de","file":"ttgo-t-watch2020_v1.ino.bin"} {"version":"2020080405","host":"http://www.neo-guerillaz.de","file":"ttgo-t-watch2020_v1.ino.bin"}