This commit is contained in:
2018-04-22 22:18:13 +02:00
commit 91c2841ef5
21 changed files with 2500 additions and 0 deletions

18
configurationMode.h Normal file
View File

@ -0,0 +1,18 @@
/*
* configurationMode.h
*
* Created on: Aug 20, 2017
* Author: wn
*/
#ifndef CONFIGURATIONMODE_H_
#define CONFIGURATIONMODE_H_
void setupConfigurationNetwork();
void setupConfigurationServer();
void loopConfiguration();
#endif /* CONFIGURATIONMODE_H_ */