86fa666343
Added import module check on generate_audio_file.py and removed from mypy ignore list Added sugestions and minor changes on the README
9 lines
182 B
Makefile
9 lines
182 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := i2s-adc-dac
|
|
|
|
include $(IDF_PATH)/make/project.mk
|