car-stereo/receiver/main/common.h
2022-05-20 17:14:31 +02:00

10 lines
152 B
C

#pragma once
#define BT_AV_TAG "BT_AV"
#define BT_APP_TAG "BT_API"
#define I2S_BUFFER_SIZE 512
#define I2S_PORT I2S_NUM_0
#define WAV_HEADER_SIZE 44