flash:
	idf.py -p /dev/cu.usbserial-0001 flash

run:
	idf.py -p /dev/cu.usbserial-0001 flash monitor

build:
	idf.py set-target esp32
	idf.py build
	run
