Add Wificfg

Uses the sysparam store to save the wifi configuration.
Adds a basic http server for configuration.
This commit is contained in:
Our Air Quality 2017-08-13 15:16:50 +10:00 committed by Erwin Boskma
parent 6bbd7bb11e
commit 90a3ef092b
No known key found for this signature in database
GPG key ID: 1C79B2FD5FD63533
17 changed files with 2596 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Makefile for wificfg example
PROGRAM=wificfg
EXTRA_COMPONENTS=extras/dhcpserver extras/wificfg
include ../../common.mk