Files

copied
Last update 8 years 2 months by Nick
Files
binary
hardware
.gitattributes
.gitignore
LICENSE
eeprom_config.cpp
eeprom_config.h
readme.md
temp_monitor_esp8266.ino
web_content.cpp
web_content.h
webconfig.cpp
webconfig.h
webconfig.h
/* * Copyright (C) 2016 Nick Naumenko (https://github.com/nnaumenko) * All rights reserved * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ #ifndef WEBCONFIG_H #define WEBCONFIG_H #include <Arduino.h> void webServerBegin(void); void webServerRun(void); #endif
Report a bug