so far so good

This commit is contained in:
2019-04-25 16:20:01 +02:00
parent 04245e112c
commit 28b32656aa
8 changed files with 274 additions and 1 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_ */