1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-09-05 08:04:28 +03:00
Commit Graph

83 Commits

Author SHA1 Message Date
krzychb
51660bbfa2 Initial release of Web Browser section
Updated Introduction and Adruino IDE sections
Updated versions of platform packages
Addedd information about Digest-MD5 authentication and MD5 checksum
Updated TOC

Update ota_updates.md
2015-11-18 22:38:31 +01:00
Ivan Grokhotkov
34045d4908 Merge pull request #1022 from wemos/master
add wemos d1 board description to package_esp8266com_index.template.json
2015-11-15 17:04:21 +03:00
Markus Sattler
ad2a887abc removed paragraph see #1023 2015-11-15 13:13:03 +01:00
Markus Sattler
6fc15a2e18 Merge remote-tracking branch 'remotes/krzychb/master' into docu 2015-11-15 13:09:37 +01:00
krzychb
08f5e553aa Included desription of ArduinoOTA support and other corrections listed
1. Include ArduinoOTA as the way to go - http://www.esp8266.com/viewtopic.php?p=33231#p33231
2. Need to update boards.txt to have OTA for NodeMCU 1.0 in stable or staging platform package
3. Address possible confusion regarding DNS_SD_Arduino_OTA.ino - https://github.com/esp8266/Arduino/issues/1001 and https://github.com/esp8266/Arduino/pull/984#issuecomment-155805311

Next day cleaning review

Update ota_updates.md

Update ota_updates.md

Update ota_updates.md

Update ota_updates.md
2015-11-15 11:55:27 +01:00
wemos.cc
25eb1bd46e add wemos d1 to reference.md 2015-11-15 15:43:11 +08:00
wemos.cc
2d172274eb Update boards.md 2015-11-15 10:03:15 +08:00
Markus Sattler
5192ddb8cb add node about TX on GPIO2 2015-11-14 12:53:27 +01:00
Markus Sattler
9db650482c add documentation about boot messages and mode meaning 2015-11-14 12:48:19 +01:00
Ivan Grokhotkov
d0a944e417 Refactoring of FS::info (#779) 2015-11-13 13:23:16 +03:00
Ivan Grokhotkov
d7e340fe14 Update docs to mention new ESP8266FS tool version. 2015-11-13 02:51:44 +03:00
Ivan Grokhotkov
40a511f706 Merge branch 'master' of https://github.com/krzychb/Arduino into krzychb-master
Conflicts:
	doc/ota_updates/ota_updates.md
2015-11-11 01:10:06 +03:00
Markus Sattler
464d891877 add missing exit in php sample 2015-11-08 22:48:48 +01:00
krzychb
667de2d58d Another typo correction 2015-11-08 20:04:24 +01:00
krzychb
4e5515b92c Links addedd 2015-11-08 20:02:08 +01:00
krzychb
795eea0028 Typo update 2015-11-08 19:58:52 +01:00
krzychb
6db50d596a Reduced images 2015-11-08 19:50:50 +01:00
krzychb
e53a1fe8dd Added pictures
Now need to reduce size of pictures
2015-11-08 19:46:18 +01:00
krzychb
ecb95cbae4 OTA images - initial release 2015-11-08 19:35:22 +01:00
krzychb
997a45b622 Arduino IDE section - initial release
Still need to add pictures
2015-11-08 19:04:50 +01:00
Ivan Grokhotkov
11340a5d76 Fix some typos 2015-11-08 15:01:17 +03:00
Marvin Roger
0b89b9b467 Fix FAILD typo 2015-11-06 14:17:45 +01:00
Markus Sattler
aefdf82ae2 add HTTP Updater docu 2015-11-06 09:33:02 +01:00
Markus Sattler
c1c2eba990 add first OTA description 2015-11-05 23:40:22 +01:00
Markus Sattler
d13184c863 fix img links 2015-11-01 14:53:20 +01:00
Ivan Grokhotkov
bb85cdaa0b Add SoftwareSerial library when building boards manager package. 2015-09-28 16:50:01 +03:00
Ivan Grokhotkov
55d992ed9e Merge pull request #806 from pgollor/docs
fix indent in reference.md
2015-09-28 13:40:39 +03:00
Dario Di Maio
96c2d2869a Update reference.md
EEPROM location is not static
2015-09-26 13:20:30 +02:00
Pascal Gollor
93e74b9e90 fix indent in reference.md 2015-09-20 00:05:33 +02:00
Ivan Grokhotkov
d3518656f9 Update reference.md 2015-09-14 23:30:57 +03:00
Pascal Gollor
8d43cba727 * update to head 2015-09-14 19:46:38 +02:00
Pascal Gollor
f1bd5653a8 Merge branch 'esp8266' of https://github.com/esp8266/Arduino into doc_modify 2015-09-14 19:44:23 +02:00
Ivan Grokhotkov
c8b12fd72c Implement SPIFFS.exists 2015-09-14 12:46:47 +03:00
Pascal Gollor
54bf2d060b add table of contents 2015-09-12 17:27:40 +02:00
Ivan Grokhotkov
7276e073a5 Update ESP8266FS tool link 2015-09-09 18:17:43 +03:00
Ivan Grokhotkov
67f4859b0c Add 1Mbyte FS option for all 4Mbyte boards 2015-09-09 13:39:55 +03:00
Ivan Grokhotkov
70711387df Update reference.md
Preliminary ESP8266FS tool instructions
2015-09-09 02:56:57 +03:00
Ivan Grokhotkov
2a2ecf8d94 Update reference.md 2015-08-31 10:53:53 +03:00
Ivan Grokhotkov
1d0222c5d5 Update boards.md
Mention that PL2303 doesn't work (https://github.com/igrr/esptool-ck/issues/9) and tidy up a bit.
2015-08-19 17:49:39 +03:00
Ivan Grokhotkov
85ac054428 Fix pin map picture
Point to new PNG instead of an outdated SVG

inkscape --export-png $PWD/esp12.png -w 600 $PWD/esp12.svg
2015-08-10 19:22:33 +03:00
Ivan Grokhotkov
701a9a72cc Update change log 2015-08-10 18:58:30 +03:00
Ivan Grokhotkov
25e03530a2 Update reference
Remove note that WiFi.RSSI doesn't work (#670).
2015-08-10 16:15:29 +03:00
Ivan Grokhotkov
6cf18ed1a2 Multicast in SoftAP mode (#96)
SDK 1.3 fixed a bug which caused multicast UDP to fail on SoftAP interface. Update MDNSResponder and documentation appropriately.
2015-08-10 16:14:26 +03:00
Ivan Grokhotkov
208ae95979 Improve file system documentation 2015-08-10 15:57:13 +03:00
Lorenzo Cafaro
857592c627 Added NodeMCU 1.0 2015-08-07 00:14:27 +02:00
Lorenzo Cafaro
d46285d6f7 Added MOD-WIFI-ESP8266-DEV 2015-08-05 21:07:35 +02:00
Ivan Grokhotkov
2fb1c453ee File system API reference 2015-08-05 12:27:51 -04:00
Juha Paananen
52390a3f35 Include WIFI_OFF option for WiFi.mode(m) 2015-08-03 18:21:52 +03:00
Ivan Grokhotkov
8e09520501 Provide links to previous stable versions 2015-08-01 11:37:02 +03:00
reaper7
a6a0b87b21 Update reference.md
fix: INPUT_PULLDOWN_16 instead INPUT_PULLDOWN
https://github.com/esp8266/Arduino/issues/604
2015-07-30 07:43:18 +02:00