From 7eaa0674d83351828a2e235752d21f160b5fe9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20=C5=A0ijanec?= Date: Sat, 14 Dec 2019 20:55:18 +0100 Subject: vse ostalo --- f000_sijaneciot.ino | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 f000_sijaneciot.ino (limited to 'f000_sijaneciot.ino') diff --git a/f000_sijaneciot.ino b/f000_sijaneciot.ino new file mode 100644 index 0000000..0e6e5ee --- /dev/null +++ b/f000_sijaneciot.ino @@ -0,0 +1,39 @@ +#include +#include +#include +#include +#include "FS.h" +#include +#include +#include +#include +extern "C" { +#include +} +const int verzija[3] = {0, 0, 0}; +const char* program_ime = "sijaneciot"; +String dostopnatocka[2]; +String oddaljenadostopnatocka[2]; +bool razhroscevanje = true; +ESP8266WebServer server(80); +FtpServer ftpSrv; +File fsUploadFile; // a File object to temporarily store the received file +static const char ntpServerName[] = "0.pool.ntp.org"; +//static const char ntpServerName[] = "time.nist.gov"; +//static const char ntpServerName[] = "time-a.timefreq.bldrdoc.gov"; +//static const char ntpServerName[] = "time-b.timefreq.bldrdoc.gov"; +//static const char ntpServerName[] = "time-c.timefreq.bldrdoc.gov"; + +const int timeZone = 1; // Central European Time +//const int timeZone = -5; // Eastern Standard Time (USA) +//const int timeZone = -4; // Eastern Daylight Time (USA) +//const int timeZone = -8; // Pacific Standard Time (USA) +//const int timeZone = -7; // Pacific Daylight Time (USA) + +WiFiUDP Udp; +unsigned int localPort = 8888; // local port to listen for UDP packets + +time_t getNtpTime(); +void digitalClockDisplay(); +void printDigits(int digits); +void sendNTPpacket(IPAddress &address); -- cgit v1.2.3