Makefile

Tue, 02 Jul 2019 12:10:23 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Jul 2019 12:10:23 +0200
changeset 56
756d1a63d129
parent 53
cf91a3a20d0d
child 57
6c5211c0120b
permissions
-rw-r--r--

Adjusted more strings for new compiler warnings. There should now be no buffer overflows in the app. Changed the date display on the mainscreen.

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#

PROJECT_VER := "0.3.2"
PROJECT_NAME := brewboard

include $(IDF_PATH)/make/project.mk

mercurial