You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tuto1_DHT22WebserverESP8266_SPIFFS/README.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
How to create Web Server with ESP8266
3
3
* Measure temperature and humidity (DHT22), atmospheric pressure (BMP180)
4
4
* Store HTML, CSS and IMG file on SPIFFS system file
5
-
* Use Pug (old jade) to create HTML interface
5
+
* Use Pug (old Jade) to create HTML interface
6
6
* Use Bootstrap to create modern interface
7
7
* Use the plugin Bootstrap-table to create table
8
8
@@ -25,10 +25,14 @@ Full tutorial on http://www.diyprojects.io/esp8266-web-server-part-1-store-web-i
25
25
||SCL |D1 |
26
26
27
27
## More ressources
28
-
* How to install Geany editor on Raspberry Pi, Orange Pi... (ARM SoC) : http://www.diyprojects.io/geany-text-editor-develop-raspberry-pi-orange-pi-arm/
29
-
* How to prepare HTML interface with Geany and Pug : http://www.diyprojects.io/pug-jade-prepare-html-interfaces-raspberry-pi-geany/
30
-
* How to install Arduino IDE for ARM plateform : http://www.diyprojects.io/install-arduino-ide-linux-arm-raspberry-pi-orange-pi-odroid/
31
-
* How to configure Arduino IDE and use ESP8266 : http://www.diyprojects.io/adafruit-huzzah-esp8266-test-firmware-upgrade-nodemcu/
28
+
* How to install Geany editor on Raspberry Pi, Orange Pi... (ARM SoC) :
0 commit comments