esp8266boilerplate/configurationMode.h

19 lines
272 B
C
Raw Normal View History

2019-04-25 16:20:01 +02:00
/*
* configurationMode.h
*
* Created on: Aug 20, 2017
* Author: wn
*/
#ifndef CONFIGURATIONMODE_H_
#define CONFIGURATIONMODE_H_
void setupConfigurationNetwork();
void setupConfigurationServer();
void loopConfiguration();
#endif /* CONFIGURATIONMODE_H_ */