Ivan Grokhotkov
49dc457fe5
Add strlcpy implementation ( #465 )
2015-07-07 14:39:39 +03:00
John Doe
de70454a2a
send not needed to be public
2015-07-07 10:24:12 +03:00
John Doe
e34ae2d6f1
prep for icons
2015-07-07 10:23:59 +03:00
John Doe
bd6c4acfd8
Add ability to change schema url, http port and add base url
2015-07-07 10:23:04 +03:00
John Doe
3c54cb0a26
generate UUID automatically based on chip ID and MAC address
2015-07-07 10:22:57 +03:00
John Doe
9cb80528c7
enable long model versions
2015-07-07 10:22:49 +03:00
John Doe
4fdba1b635
Add SSDP Library and let Print::printf to handle longer strings
2015-07-07 10:22:43 +03:00
Ivan Grokhotkov
7891a84e8b
Merge pull request #512 from esp8266/feature/ota
...
OTA
2015-07-06 21:16:10 +03:00
Ivan Grokhotkov
5763dbba3b
Code review
2015-07-06 21:04:08 +03:00
John Doe
1741bc68b6
speed :) and prevent write if we are not running
2015-07-06 12:35:35 +03:00
John Doe
703ab8df64
make Update erase/write sector by sector as well
2015-07-06 12:34:55 +03:00
John Doe
9d0a690421
fix WebUpload example
2015-07-06 12:34:36 +03:00
John Doe
f3f500936d
make eboot erase/read/write sector by sector
...
that makes possible having sketches with size up to the free size
2015-07-06 12:34:29 +03:00
John Doe
7596ed0742
inlining and enchancements
2015-07-06 12:34:09 +03:00
John Doe
0d969e9760
Fixes and HTTP Post update example
...
Because eboot first erases the space required for the new sketch, and
if the new sketch is larger then the old one, with the old way, part of
the beginning of new sketch will be deleted. Therefore for now I opted
to keep the max update size either half the available space for
sketches or what's left from the first one, whichever is smaller.
To be able to create a simple post mechanism for updates, I needed to
have a way to write the new binary, without knowing it's final size, so
I added an option to the end() method. Example in the WebServer
examples.
2015-07-06 12:32:28 +03:00
John Doe
3427299065
minor enchancement
2015-07-06 12:32:04 +03:00
John Doe
ace974aede
let's not wait too much :) telnet running here
2015-07-06 12:31:50 +03:00
John Doe
d969115cda
protect the write method writing more than supposed to
2015-07-06 12:31:44 +03:00
John Doe
bfbfd31315
disable updater debug
2015-07-06 12:31:38 +03:00
John Doe
b797287359
Catch lost connection while uploading
2015-07-06 12:31:32 +03:00
John Doe
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
John Doe
86cf9b2c4f
need to be int
2015-07-06 12:30:39 +03:00
John Doe
44ac799481
bad command
2015-07-06 12:30:32 +03:00
Ivan Grokhotkov
37bd383c59
Part of 7cd54a4 without IDE changes
2015-07-06 12:29:56 +03:00
John Doe
d828312299
fix fail on slow streams
2015-07-06 12:27:54 +03:00
John Doe
2e08c5d797
Add an option to reboot on failed update
2015-07-06 12:27:44 +03:00
John Doe
03a2b4808b
add 10 seconds timeout for waiting on ESP to start the update
2015-07-06 12:25:47 +03:00
John Doe
5efd9a1f81
Some print enhancements
...
works on newer python as well
2015-07-06 12:25:38 +03:00
John Doe
83eeaa31e0
typo
2015-07-06 12:25:29 +03:00
John Doe
dc9072b94b
Initial Upload From IDE
...
For Test ONLY
2015-07-06 12:25:17 +03:00
Ivan Grokhotkov
a82796f83f
Revert a460efb
2015-07-06 12:22:30 +03:00
Ivan Grokhotkov
93f954d363
Add missing header
2015-07-06 12:20:20 +03:00
Ivan Grokhotkov
bd5187afc4
Use ROM functions directly instead of wrappers
2015-07-06 10:45:05 +03:00
Ivan Grokhotkov
f1c914fff8
Fix strncat ( #509 )
2015-07-06 08:18:54 +03:00
Ivan Grokhotkov
6f63ad1ee4
Fix return value of WiFiClient::connect ( #511 )
2015-07-06 08:02:24 +03:00
Markus Sattler
7a6765c4bc
add lib dump
2015-07-04 11:11:03 +02:00
Markus Sattler
1aa8e8e6c8
add basic WPS function
2015-07-04 10:30:11 +02:00
Markus Sattler
36a4131f35
allow setting the host name of AP interface
2015-07-04 10:00:27 +02:00
Markus Sattler
6a329c0562
update ld add *(.sdk.version)
2015-07-04 09:50:40 +02:00
Markus Sattler
c77fbb2383
update SDK to v1.2.0_15_07_03
2015-07-04 09:45:05 +02:00
Markus Sattler
2ab4e360cc
upate phy with values from SDK 1.1.2 (esp_init_data_default.bin)
2015-07-01 17:57:31 +02:00
Markus Sattler
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
Markus Sattler
711fafde80
disable DEBUG_HTTP_UPDATE
2015-07-01 17:53:49 +02:00
Andrew McDonnell
aad2701764
Spelling mistake
2015-06-30 23:02:19 +09:30
Andrew McDonnell
5a7187ef79
Add reference on how to enable printf function
2015-06-30 22:58:42 +09:30
Anwar Hahj Jefferson-George
212a2cfa60
Update ESP8266WiFi.h
2015-06-29 18:04:25 +03:00
Anwar Hahj Jefferson-George
389e5fb878
Update ESP8266WiFi.cpp
2015-06-29 18:04:19 +03:00
Pontus Oldberg
3ce674f4b2
Changes maximum upload size to valid size
2015-06-29 18:04:07 +03:00
Pontus Oldberg
1d9b25a18e
Added the SweetPea ESP-210 board to the list of supported boards.
2015-06-29 18:03:57 +03:00
Ivan Grokhotkov
3fe8a642bc
Merge pull request #481 from me-no-dev/esp8266
...
Esp8266 MDNS-SD
2015-06-29 18:01:41 +03:00