Makefile

Sun, 19 May 2019 21:05:07 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 19 May 2019 21:05:07 +0200
changeset 53
cf91a3a20d0d
parent 50
e62125be165c
child 57
6c5211c0120b
permissions
-rw-r--r--

Version 0.3.2, if WiFi connection is lost or AP is not available at startup, scan form another known AP and connect to that AP.

#
# 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