ESP32-Mesh-OTA/Makefile

9 lines
179 B
Makefile
Raw Normal View History

2020-12-01 23:21:18 +01:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
2021-01-02 10:57:03 +01:00
PROJECT_NAME := mesh_ota
2020-12-01 23:21:18 +01:00
include $(IDF_PATH)/make/project.mk