long message does not work

This commit is contained in:
hg
2015-05-09 23:15:45 +02:00
parent f9df2439a8
commit 79cc72826c
5 changed files with 67 additions and 49 deletions

View File

@ -11,6 +11,7 @@
#include "overCurrentProt.h"
#include <Ethernet.h>
#include "MqttClient.h"
#include <Streaming.h>
const uint8_t POWER_LED = 4;
@ -58,11 +59,15 @@ void setup() {
}
void loop() {
//Serial << "*** 1" << endl;
cmdServer.exec();
//Serial << "*** 2" << endl;
uptime.exec();
//Serial << "*** 3" << endl;
overCurrentProt.exec();
//Serial << "*** 4" << endl;
meterBusMaster.exec();
// meterBusServer.exec();
//Serial << "*** 5" << endl;
mqttClient.exec();
//Serial << "*** 6" << endl;
}