Merge pull request #9 from basvdijk/master

Bug fixes
This commit is contained in:
jantenhove 2018-08-20 16:42:12 +02:00 committed by GitHub
commit 6bd04eda97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <TimeLib.h>
// #include <TimeLib.h>
#include <SoftwareSerial.h>
#include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
@ -29,7 +29,7 @@ long mGAS = 0; //Meter reading Gas
long prevGAS = 0;
#define MAXLINELENGTH 64 // longest normal line is 47 char (+3 for \r\n\0)
#define MAXLINELENGTH 128 // longest normal line is 47 char (+3 for \r\n\0)
char telegram[MAXLINELENGTH];
#define SERIAL_RX D5 // pin for SoftwareSerial RX