19 lines
272 B
C
19 lines
272 B
C
|
/*
|
||
|
* configurationMode.h
|
||
|
*
|
||
|
* Created on: Aug 20, 2017
|
||
|
* Author: wn
|
||
|
*/
|
||
|
|
||
|
#ifndef CONFIGURATIONMODE_H_
|
||
|
#define CONFIGURATIONMODE_H_
|
||
|
|
||
|
|
||
|
|
||
|
void setupConfigurationNetwork();
|
||
|
void setupConfigurationServer();
|
||
|
void loopConfiguration();
|
||
|
|
||
|
|
||
|
#endif /* CONFIGURATIONMODE_H_ */
|