1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

119 Commits

Author SHA1 Message Date
Ivan Grokhotkov
43a55bd404 Update changelog 2016-01-04 17:25:23 +03:00
krzychb
b8691b5e35 Merge branch 'master' into master 2015-12-30 20:19:58 +01:00
krzychb
9fc5ac4ba1 IDE 1.6.7 support for ArduinoOTA
- addedd step by step ArdinoOTA
- updated package versions
- moved Trubleshooting section
2015-12-28 16:18:53 +01:00
xsyp
6d87ef5aa9 Add espduino board
ESPDuino boards from doit.am (arduino uno look like board for esp8266)
2015-12-27 17:15:49 +08:00
Ivan Kravets
e1fafe6c82 Update demo of Over-the-Air (OTA) 2015-12-22 19:58:20 +02:00
Ivan Grokhotkov
cda14204fe Fix SPIFFS path length check, add notes about FSInfo structure (#1273) 2015-12-22 11:52:50 +03:00
Ivan Kravets
f020b9b46f Typo fix 2015-12-21 23:38:09 +02:00
Ivan Kravets
4b9323d79b Fix boards Flash size; Explained about custom FLASH/SPIFFS 2015-12-21 23:23:18 +02:00
Ivan Kravets
2c30bed897 New boards; move advanced documentation to @PlatformIO docs 2015-12-18 19:32:02 +02:00
Ivan Kravets
94fd0333fe Add authentication and upload options 2015-12-15 22:28:57 +02:00
Ivan Kravets
7e1a04a41b More explanations about OTA uploading 2015-12-15 20:45:40 +02:00
krzychb
2f75f0b3c4 Troublehooting of OTA from IDE
Update ota_updates.md

Update ota_updates.md
2015-12-15 06:25:16 +01:00
Ivan Grokhotkov
8f99861978 Merge pull request #1198 from hallard/master
WifInfo boards, more custom SPIFFS Size for 1M modules
2015-12-13 00:19:09 +03:00
Ivan Grokhotkov
124855945c Move PlatformIO instructions to a separate file 2015-12-13 00:16:01 +03:00
Charles
027b5aff1d Added WifInfo boards 2015-12-11 18:41:58 +01:00
Markus Sattler
6aa4f9e481 doc better quality of update_memory_copy.png 2015-12-10 18:06:56 +01:00
Markus Sattler
38427333c5 update ota docs 2015-12-10 17:05:00 +01:00
Ivan Grokhotkov
8f5a6fdf69 Merge pull request #1148 from Rodmg/espino-support
added ESPino to supported boards
2015-12-08 23:41:42 +03:00
Markus Sattler
10967816e2 Merge remote-tracking branch 'remotes/esp8266/master' 2015-12-08 11:41:01 +01:00
Markus Sattler
22af40af18 add note about Adafruit_ILI9341 2015-12-08 11:35:14 +01:00
tzapu
a3c3c934bc Update libraries.md
Added link to WiFiManager
2015-12-08 08:49:40 +02:00
Rodrigo Méndez
5163391492 Merge branch 'master' into espino-support 2015-12-07 17:42:44 -06:00
Rodrigo Mendez
8847d7ab1a added ESPino to dox/boards.md and package_esp8266com_index.template.json. removed flash speed selection 2015-12-07 17:35:30 -06:00
Markus Sattler
d06b9105d5 fix C&P... 2015-12-05 17:22:28 +01:00
Markus Sattler
02366bb935 add example makefile.init file for eclipse 2015-12-05 17:17:59 +01:00
Dimitris Lampridis
c12fc967f7 added UTFT-ESP8266 to the list of compatible third-party libraries 2015-12-02 16:12:41 +02:00
Markus Sattler
6a9f044f87 relative link 2015-12-01 17:26:45 +01:00
Markus Sattler
ac143b463b improve docs
see #1120
2015-12-01 17:13:00 +01:00
Ivan Grokhotkov
6186383ea4 Update changes.md 2015-11-30 13:26:17 +03:00
reaper7
7ba9a3d6c2 fix typo 2015-11-30 09:24:12 +01:00
Ivan Grokhotkov
de8013bf24 Update change log 2015-11-30 10:10:47 +03:00
Ivan Grokhotkov
0fb6a2b3a3 Dir object doesn't have operator bool (fix #1037) 2015-11-30 09:27:01 +03:00
Ivan Grokhotkov
0eb0418687 Fix TOCs 2015-11-30 09:24:28 +03:00
Ivan Grokhotkov
d45fe6a3d3 Update ota_updates.md 2015-11-30 09:14:38 +03:00
Markus Sattler
9f0fdd573f update ESP8266HTTPUpdate to use httpClient class
add support for MD5 check
2015-11-27 13:48:13 +01:00
Ivan Grokhotkov
866921c54a Documentation update 2015-11-23 20:21:16 +03:00
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