Build on linux and send proper html ending from web server

This commit is contained in:
Gunnar Skjold 2019-01-27 10:15:51 +01:00
parent 7975184262
commit 5b537c2928
9 changed files with 12 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
name=HanReader
version=1.0.0
author=Fred
maintainer=Unknown

View File

@ -2,7 +2,7 @@
#define _CRC16_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#include "Arduino.h"
#else
#include "WProgram.h"
#endif

View File

@ -4,7 +4,7 @@
#include "Crc16.h"
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#include "Arduino.h"
#else
#include "WProgram.h"
#endif

View File

@ -2,7 +2,7 @@
#define _HANREADER_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#include "Arduino.h"
#else
#include "WProgram.h"
#endif

View File

@ -2,7 +2,7 @@
#define _CRC16_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#include "Arduino.h"
#else
#include "WProgram.h"
#endif

View File

@ -4,7 +4,7 @@
#include "Crc16.h"
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#include "Arduino.h"
#else
#include "WProgram.h"
#endif

View File

@ -2,7 +2,7 @@
#define _HANREADER_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#include "Arduino.h"
#else
#include "WProgram.h"
#endif

View File

@ -2,7 +2,7 @@
#define _KAIFAHAN_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#include "Arduino.h"
#else
#include "WProgram.h"
#endif