esp-open-rtos/examples/http_get_bearssl/Makefile
Stefan Schake 3e1a0c2091 Start http_get example for BearSSL
Validation fails due to invalid validation time (no time source on ESP) and wrong TA
2017-02-11 03:16:50 +00:00

4 lines
84 B
Makefile

PROGRAM=http_get_bearssl
EXTRA_COMPONENTS = extras/bearssl
include ../../common.mk