Added lib_deps, file upload page and temperature sensors to web UI

This commit is contained in:
Rohan Sircar 2019-10-26 18:45:18 +05:30
parent ad999db44c
commit 0ae2d8ad4a
12 changed files with 10 additions and 2 deletions

3
.gitignore vendored
View File

@ -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
website-zipped_bak

Binary file not shown.

BIN
data/edit.html.gz Executable file → Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -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: "));