Initial commit
This commit is contained in:
11
main/boards/esp-p4-function-ev-board/config.h
Normal file
11
main/boards/esp-p4-function-ev-board/config.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _BOARD_CONFIG_H_
|
||||
#define _BOARD_CONFIG_H_
|
||||
|
||||
#include "bsp/esp32_p4_function_ev_board.h" // Library for board configs and pins
|
||||
|
||||
#define AUDIO_INPUT_SAMPLE_RATE 24000
|
||||
#define AUDIO_OUTPUT_SAMPLE_RATE 24000
|
||||
|
||||
#define DISPLAY_BACKLIGHT_OUTPUT_INVERT false
|
||||
|
||||
#endif // _BOARD_CONFIG_H_
|
||||
Reference in New Issue
Block a user