/* * strings.h * strings for DTZ-Data-Logger * for configuration of user-data * * author Creator P.Rebesky * author Creator P.Rebesky * Copyright (©): 2020-2022 by Peter Rebesky * This code can use in private cases only. Every business or companies using of this codes or codes parts is required an approval of us (me) * Every private use can exchange some parts of code or modify some code-lines. This code can change for private use only. * This software is basicly owned by Peter Rebesky and any comercial using is forbidden without approval of us (me). * */ String Version = "MT174 4.04"; String LoggerVersion = "Open 3.99 11.09.2022"; const char HTTP_ANSWER[] = "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n"; const char HTTP_ANSWERJSON[] = "HTTP/1.1 200 OK\r\nContent-Type: text/json\r\nAccess-Control-Allow-Origin: *\r\n\r\n"; //header of http with mixed content, only for JSON const char HTTP_HEAD_DTZ[] = "\r\n\r\n"; const char HTTP_HEAD_DTZ_REFRESH[] = "\r\n\r\n"; const char HTTP_JSCRIPT[] = ""; const char HTTP_BODYSTYLE_DTZ[] = ""; const char HTTP_SETUP_BUTTON[] = "

"; const char HTTP_DIV_FIELD[] = "
"; const char HTTP_TEXT_END[] ="
\n"; String ISKRA = "ISK MT174"; String NOT_DETECT = "Zähler nicht erkannt"; const byte DaysPerMonth[] = {31,28,31,30,31,30,31,31,30,31,30,31}; char SetBaud9600[] = {0x06,0x30,0x35,0x30,0x0d,0x0a,0x00}; // 5 char SetBaud4800[] = {0x06,0x30,0x34,0x30,0x0d,0x0a,0x00}; // 4 char SetBaud2400[] = {0x06,0x30,0x33,0x30,0x0d,0x0a,0x00}; // 3 char SetBaud1200[] = {0x06,0x30,0x32,0x30,0x0d,0x0a,0x00}; // 2