Makefile

Sat, 18 May 2019 22:58:28 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 18 May 2019 22:58:28 +0200
changeset 51
0624a9a3ce75
parent 50
e62125be165c
child 53
cf91a3a20d0d
permissions
-rw-r--r--

Changed NTP default pool name. Added 10 seconds timeout after the wifi_connect function. In that timeout do a proper disconnect and connect request so that a AP that was down will be used again if it's up again.

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

PROJECT_VER := "0.3.1"
PROJECT_NAME := brewboard

include $(IDF_PATH)/make/project.mk

mercurial