Upnp example emulating a Wemo switch

This commit is contained in:
alex 2017-07-20 20:23:52 +02:00
parent e17b1a5db6
commit 3c050bc4d1
8 changed files with 778 additions and 0 deletions

5
examples/upnp/Makefile Normal file
View file

@ -0,0 +1,5 @@
PROGRAM=upnp_test
OTA=1
EXTRA_COMPONENTS=extras/rboot-ota
include ../../common.mk