Makefile

Fri, 05 Jul 2019 20:06:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 05 Jul 2019 20:06:31 +0200
changeset 67
4badc7e7d629
parent 65
dd7019356c8c
child 68
24bd8f7e386e
permissions
-rw-r--r--

Use the sha256 in the application version to see if it's a different version. Stop the upgrade download if it's not a new version.

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

PROJECT_VER := "0.3.5"
PROJECT_NAME := brewboard

include $(IDF_PATH)/make/project.mk

mercurial