diff options
author | Anton Šijanec <sijanecantonluka@gmail.com> | 2020-01-12 18:08:39 +0100 |
---|---|---|
committer | Anton Šijanec <sijanecantonluka@gmail.com> | 2020-01-12 18:08:39 +0100 |
commit | 6070b2e84adbe47ed8ff3da96d66e46160a3c51f (patch) | |
tree | 9b753099a0d1fc2cbc7c26e733e7fb0441cb1271 /f000_sijaneciot.ino | |
parent | vse ostalo (diff) | |
download | sijaneciot-6070b2e84adbe47ed8ff3da96d66e46160a3c51f.tar sijaneciot-6070b2e84adbe47ed8ff3da96d66e46160a3c51f.tar.gz sijaneciot-6070b2e84adbe47ed8ff3da96d66e46160a3c51f.tar.bz2 sijaneciot-6070b2e84adbe47ed8ff3da96d66e46160a3c51f.tar.lz sijaneciot-6070b2e84adbe47ed8ff3da96d66e46160a3c51f.tar.xz sijaneciot-6070b2e84adbe47ed8ff3da96d66e46160a3c51f.tar.zst sijaneciot-6070b2e84adbe47ed8ff3da96d66e46160a3c51f.zip |
Diffstat (limited to 'f000_sijaneciot.ino')
-rw-r--r-- | f000_sijaneciot.ino | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/f000_sijaneciot.ino b/f000_sijaneciot.ino index 0e6e5ee..7d98b88 100644 --- a/f000_sijaneciot.ino +++ b/f000_sijaneciot.ino @@ -1,5 +1,4 @@ #include <ESP8266WiFi.h> -#include <ESP8266mDNS.h> #include <ESP8266WebServer.h> #include <WiFiClient.h> #include "FS.h" @@ -10,6 +9,9 @@ extern "C" { #include <user_interface.h> } + IPAddress ipas(10, 82, 66, 1); + IPAddress gatewayas(10, 82, 66, 1); + IPAddress subnetas(255, 255, 255, 0); const int verzija[3] = {0, 0, 0}; const char* program_ime = "sijaneciot"; String dostopnatocka[2]; |