1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-10 14:42:08 +03:00
Commit Graph

1321 Commits

Author SHA1 Message Date
3427299065 minor enchancement 2015-07-06 12:32:04 +03:00
ace974aede let's not wait too much :) telnet running here 2015-07-06 12:31:50 +03:00
d969115cda protect the write method writing more than supposed to 2015-07-06 12:31:44 +03:00
bfbfd31315 disable updater debug 2015-07-06 12:31:38 +03:00
b797287359 Catch lost connection while uploading 2015-07-06 12:31:32 +03:00
6f2069deac New Update library, example, upload and more
Proper error handling in the uploading python script
Much faster OTA example sketch with better results
New Update class that simplifies updating the firmware from any source
Updated Esp.updateSketch() to use the new class
2015-07-06 12:31:24 +03:00
86cf9b2c4f need to be int 2015-07-06 12:30:39 +03:00
44ac799481 bad command 2015-07-06 12:30:32 +03:00
37bd383c59 Part of 7cd54a4 without IDE changes 2015-07-06 12:29:56 +03:00
d828312299 fix fail on slow streams 2015-07-06 12:27:54 +03:00
2e08c5d797 Add an option to reboot on failed update 2015-07-06 12:27:44 +03:00
03a2b4808b add 10 seconds timeout for waiting on ESP to start the update 2015-07-06 12:25:47 +03:00
5efd9a1f81 Some print enhancements
works on newer python as well
2015-07-06 12:25:38 +03:00
83eeaa31e0 typo 2015-07-06 12:25:29 +03:00
dc9072b94b Initial Upload From IDE
For Test ONLY
2015-07-06 12:25:17 +03:00
a82796f83f Revert a460efb 2015-07-06 12:22:30 +03:00
93f954d363 Add missing header 2015-07-06 12:20:20 +03:00
bd5187afc4 Use ROM functions directly instead of wrappers 2015-07-06 10:45:05 +03:00
f1c914fff8 Fix strncat (#509) 2015-07-06 08:18:54 +03:00
6f63ad1ee4 Fix return value of WiFiClient::connect (#511) 2015-07-06 08:02:24 +03:00
7a6765c4bc add lib dump 2015-07-04 11:11:03 +02:00
1aa8e8e6c8 add basic WPS function 2015-07-04 10:30:11 +02:00
36a4131f35 allow setting the host name of AP interface 2015-07-04 10:00:27 +02:00
6a329c0562 update ld add *(.sdk.version) 2015-07-04 09:50:40 +02:00
c77fbb2383 update SDK to v1.2.0_15_07_03 2015-07-04 09:45:05 +02:00
2ab4e360cc upate phy with values from SDK 1.1.2 (esp_init_data_default.bin) 2015-07-01 17:57:31 +02:00
f210939b48 Pulldown only possible for in 16. ( see #478 )
rename define to INPUT_PULLDOWN_16 to make it clear
2015-07-01 17:56:19 +02:00
711fafde80 disable DEBUG_HTTP_UPDATE 2015-07-01 17:53:49 +02:00
aad2701764 Spelling mistake 2015-06-30 23:02:19 +09:30
5a7187ef79 Add reference on how to enable printf function 2015-06-30 22:58:42 +09:30
212a2cfa60 Update ESP8266WiFi.h 2015-06-29 18:04:25 +03:00
389e5fb878 Update ESP8266WiFi.cpp 2015-06-29 18:04:19 +03:00
3ce674f4b2 Changes maximum upload size to valid size 2015-06-29 18:04:07 +03:00
1d9b25a18e Added the SweetPea ESP-210 board to the list of supported boards. 2015-06-29 18:03:57 +03:00
3fe8a642bc Merge pull request #481 from me-no-dev/esp8266
Esp8266 MDNS-SD
2015-06-29 18:01:41 +03:00
b5b5f71bf6 Merge pull request #474 from adafruit/DHT_doc
Documentation update: Clarify DHT sensor usage for latest DHT sensor library.
2015-06-29 18:01:13 +03:00
96b95c12d6 Merge pull request #473 from Links2004/esp8266
SDK patches
2015-06-29 18:01:00 +03:00
148ec5579f no need for the IP 2015-06-29 02:42:54 +03:00
25aa2cdc08 MDNS-SD 2015-06-29 02:27:14 +03:00
d3635886bc Update DHT sensor doc based on latest library. 2015-06-26 16:09:40 -07:00
dd98d84ce2 esp_iot_sdk_1.1.2_15_06_25_p2 Release Note
-------------------------------------------

Here is a patch based on SDK_v1.1.2 solved problem of abnormal current during modem-sleep.
Please replace the lib in \esp_iot_sdk_v1.1.2\lib

Sorry for the inconvenience.

esp_iot_sdk_v1.1.2_15_06_24_p1.1 Release Note
-------------------------------------------

Here is a patch for AT firmware based on SDK_v1.1.2 resolved issue that AT user parameter area was located in wrong address,it may cause WiFi configuration goes wrong.

Please update to this new AT bin files and call "AT+RESTORE" to factory reset. If you call “AT+CIPUPDATE” to upgrade,please also call "AT+RESTORE" to factory reset once.

“AT_bin_v0.25_1024+KB_flash_can_upgrade.zip”
- normal AT bin,runs with boot.bin,can FOTA upgrade,need to use 1024KB flash

“AT_bin_v0.25_for_512KB_flash_cannot_upgrade.zip”
- for old version module which flash size is 512KB
eagle.flash.bin downloads to flash 0x00000
eagle.irom0text.bin downloads to flash 0x40000
can not FOTA upgrade,please don‘t call “AT+CIPUPDATE”

"SDK_v1.1.2_AT_patch_01.zip"
- libs for users who need to compile their own AT firmware,replace libs in \esp_iot_sdk_v1.1.2\lib

So sorry for the inconvenience.
2015-06-27 00:15:04 +02:00
466b56641c Merge pull request #11 from esp8266/esp8266
Esp8266
2015-06-27 01:14:36 +03:00
fc83952685 Merge pull request #438 from Links2004/esp8266
update SDK to esp_iot_sdk_v1.1.2_15_06_16_p1
2015-06-26 20:33:02 +03:00
496fee1a15 Use BUILTIN_LED 2015-06-26 20:31:56 +03:00
2969b0b7a3 Use BUILTIN_LED 2015-06-26 20:31:51 +03:00
3e87bb3ce2 No need to disable the watchdog 2015-06-26 20:31:45 +03:00
7553b67dd7 ESP8266 BlinkWithoutDelay 2015-06-26 20:31:39 +03:00
0e29e7e048 ESP8266 Blink example for the blue LED on the ESP-01 module 2015-06-26 20:31:32 +03:00
bdb5e0c0d9 missing part of class name WiFiMesh -> ESP8266WiFiMesh 2015-06-26 20:31:04 +03:00
3bbe9b56c6 Added captive portal functionality 2015-06-26 20:30:57 +03:00