esp8266boilerplate/productionMode.h

20 lines
214 B
C

/*
* productionMode.h
*
* Created on: Apr 5 2019
* Author: wn
*/
#ifndef PRODUCTIONMODE_H_
#define PRODUCTIONMODE_H_
void setupProduction();
void loopProduction();
#endif /* PRODUCTIONMODE_H_ */