1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Corrected file structure on TemperatureWebPanel

This commit is contained in:
tigoe
2013-07-06 09:11:37 -04:00
parent cd9d755bb0
commit 8343826355
4 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
*/ */
#include <Bridge.h> #include <Bridge.h>
#include <YunServer.h> #include <YunServer.h>
#include <YunClient.h>
// Listen on default port 5555, the webserver on the Yun // Listen on default port 5555, the webserver on the Yun
// will forward there all the HTTP requests for us. // will forward there all the HTTP requests for us.