Added lib_deps, file upload page and temperature sensors to web UI
This commit is contained in:
parent
ad999db44c
commit
0ae2d8ad4a
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
BIN
data/edit.html.gz
Executable file → Normal file
Binary file not shown.
Binary file not shown.
BIN
data/main.css.gz
BIN
data/main.css.gz
Binary file not shown.
BIN
data/main.js.gz
BIN
data/main.js.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
data/uploadButtonStyle.js.gz
Normal file
BIN
data/uploadButtonStyle.js.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
@ -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: "));
|
||||
|
Loading…
Reference in New Issue
Block a user