diff --git a/.gitignore b/.gitignore index 7087456..5fd8d00 100755 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ .pio .pioenvs .piolibdeps +.piolibdeps_old .vscode/.browse.c_cpp.db* .vscode/c_cpp_properties.json .vscode/launch.json website-source website-source-copy website-zipped -website-zipped-bak \ No newline at end of file +website-zipped_bak diff --git a/data/colors.css.gz b/data/colors.css.gz index c174ba3..749506f 100644 Binary files a/data/colors.css.gz and b/data/colors.css.gz differ diff --git a/data/edit.html.gz b/data/edit.html.gz old mode 100755 new mode 100644 index 6303c8f..3198285 Binary files a/data/edit.html.gz and b/data/edit.html.gz differ diff --git a/data/index.html.gz b/data/index.html.gz index 57f432c..5ed3922 100755 Binary files a/data/index.html.gz and b/data/index.html.gz differ diff --git a/data/main.css.gz b/data/main.css.gz index 94afda0..e606c35 100644 Binary files a/data/main.css.gz and b/data/main.css.gz differ diff --git a/data/main.js.gz b/data/main.js.gz index 3806cae..2eb7731 100644 Binary files a/data/main.js.gz and b/data/main.js.gz differ diff --git a/data/manualMode-ajax.html.gz b/data/manualMode-ajax.html.gz index d120536..2ce7910 100755 Binary files a/data/manualMode-ajax.html.gz and b/data/manualMode-ajax.html.gz differ diff --git a/data/menu.html.gz b/data/menu.html.gz index 05fdf16..39e4bce 100755 Binary files a/data/menu.html.gz and b/data/menu.html.gz differ diff --git a/data/settings-ajax.html.gz b/data/settings-ajax.html.gz index 709d191..cb025de 100755 Binary files a/data/settings-ajax.html.gz and b/data/settings-ajax.html.gz differ diff --git a/data/uploadButtonStyle.js.gz b/data/uploadButtonStyle.js.gz new file mode 100644 index 0000000..0407911 Binary files /dev/null and b/data/uploadButtonStyle.js.gz differ diff --git a/platformio.ini b/platformio.ini index 3ee4354..df88042 100755 --- a/platformio.ini +++ b/platformio.ini @@ -10,6 +10,13 @@ [env:nodemcuv2] ; CXXFLAGS = -W -Wall -Wextra -Werror -std=c++11 +lib_deps = + TFT_eSPI + ArduinoJson@5.13.4 + DallasTemperature + Streaming + WebSockets + OneWire platform = espressif8266 ; lib_extra_dirs = ~/Documents/Arduino/libraries board = nodemcuv2 diff --git a/src/sketch_oct17esp.cpp b/src/sketch_oct17esp.cpp index d1d064a..ab7557a 100755 --- a/src/sketch_oct17esp.cpp +++ b/src/sketch_oct17esp.cpp @@ -312,7 +312,7 @@ void startWiFi() Serial.println("\" started\r\n"); wifiMulti.addAP("Rohan-2", "coldpark735"); // add Wi-Fi networks you want to connect to - wifiMulti.addAP("rohan", "Mir@1932"); + wifiMulti.addAP("Rohan-1", "Mir@1932"); wifiMulti.addAP("ssid_from_AP_3", "your_password_for_AP_3"); Serial.print(F("MAC: "));