diff options
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +#include <ESP8266WiFi.h> + +#ifndef __UTIL_H__ +#define __UTIL_H__ + +String makeRedirectPage(String target, int timeout); +String makePage(String title, String contents); +String urlDecode(String input); +String ipToStr(IPAddress address); + +#endif + |
