add libraries, WiFi works

This commit is contained in:
Wolfgang Hottgenroth
2016-10-29 23:45:24 +02:00
parent 444ace95e0
commit 7ec78fbb6d
32 changed files with 5091 additions and 78 deletions

View File

@ -10,7 +10,7 @@
#include <avr/wdt.h>
#include <Streaming.h>
#include <WiFi.h>
#include <WiFiUDP.h>
#include <WiFiUdp.h>
#include <Metro.h>
#include <PubSubClient.h>
#include "hmi.h"