f2949c1ee1
Unique Built-In libraries library.properties name
...
Use unique name values in library.properties for the esp8266 libraries
that are also Arduino IDE Built-In libraries. This solves the issue of
SD and Servo libraries always appearing as Type: Updatable in the
Arduino IDE 1.6.6 Library Manager when an esp8266 board is selected.
2015-12-01 13:07:34 -08:00
9b13040182
Merge pull request #1125 from Links2004/master
...
improve docs
2015-12-01 18:17:17 +01:00
6a9f044f87
relative link
2015-12-01 17:26:45 +01:00
e372457367
Merge remote-tracking branch 'remotes/esp8266/master'
2015-12-01 17:13:38 +01:00
ac143b463b
improve docs
...
see #1120
2015-12-01 17:13:00 +01:00
1ac18e11ff
Merge pull request #1119 from me-no-dev/www-basic-auth
...
memory housekeeping
2015-12-01 17:17:24 +03:00
fe6892aa90
Merge pull request #1121 from Links2004/master
...
core_esp8266_features.h to detect the features and library
2015-12-01 17:17:08 +03:00
c3d4042105
Merge pull request #1122 from skorokithakis/patch-1
...
Make progress print on the same line.
2015-12-01 17:16:48 +03:00
c2c7cc3a71
Print a newline properly.
2015-12-01 05:32:42 +02:00
239352b7cf
Add linebreak.
2015-12-01 05:27:06 +02:00
1da7f91a08
Make progress print on the same line.
2015-12-01 05:26:05 +02:00
ee77b6fafe
add core_esp8266_features.h to be able to detect the features and librarys included in the ESP core
2015-11-30 19:58:05 +01:00
4ca084e628
Merge remote-tracking branch 'esp8266/master' into www-basic-auth
2015-11-30 15:00:50 +02:00
12c71aa899
memory housekeeping
2015-11-30 15:00:47 +02:00
3e20239790
Added WifInfo boars with ESP module choice
2015-11-30 11:49:13 +01:00
6186383ea4
Update changes.md
2015-11-30 13:26:17 +03:00
31d7c13923
Update documentation links
2015-11-30 13:20:36 +03:00
1b49c58cdb
Merge pull request #1112 from me-no-dev/www-basic-auth
...
Add HTTP Basic Auth to WebServer and libb64 (base64) to core
2015-11-30 12:56:36 +03:00
c83d44f8f5
Merge pull request #1114 from reaper7/patch-1
...
fix typo
2015-11-30 12:23:01 +03:00
9e930e5d34
Fix link-time dependency of ESP8266WebServer on SPIFFS ( #862 )
2015-11-30 12:20:15 +03:00
0c6e11b4ea
Merge branch 'master' into www-basic-auth
2015-11-30 10:50:53 +02:00
7ba9a3d6c2
fix typo
2015-11-30 09:24:12 +01:00
c10a19e052
ESP8266HTTPClient: fix HTTPCLIENT_TCP_TIMEOUT definition
2.0.0
2015-11-30 10:15:59 +03:00
de8013bf24
Update change log
2015-11-30 10:10:47 +03:00
1c616747ab
ESP8266HTTPClient: fix case for some defines
2015-11-30 10:07:38 +03:00
ea7eade8f1
Rename ESP8266httpClient to ESP8266HTTPClient (part 2)
2015-11-30 09:49:40 +03:00
14f67c4ebc
Rename ESP8266httpClient to ESP8266HTTPClient (part 1)
2015-11-30 09:48:07 +03:00
abd98f1ff8
Merge pull request #1113 from esp8266/doc-formatting-fix
...
Documentation updates
2015-11-30 09:27:41 +03:00
0fb6a2b3a3
Dir object doesn't have operator bool ( fix #1037 )
2015-11-30 09:27:01 +03:00
0eb0418687
Fix TOCs
2015-11-30 09:24:28 +03:00
d45fe6a3d3
Update ota_updates.md
2015-11-30 09:14:38 +03:00
a6e01b8d27
Fix handling of / to load index.htm ( #1085 )
...
Thanks @sticilface
2015-11-30 08:43:08 +03:00
5a2af5419b
WebServer: catch the case when request isn't handled
...
If RequestHandler::canHandle returns true, but subsequent RequestHandler::handle returns false, we should return some HTTP response instead of an empty one.
2015-11-30 08:42:00 +03:00
bda06d686c
Add HTTP Basic Auth to WebServer and libb64 (base64) to core
2015-11-30 03:37:47 +02:00
4c81c2bb16
Merge remote-tracking branch 'esp8266/master'
2015-11-29 23:29:04 +02:00
e6a53c19a1
Merge pull request #1100 from skorokithakis/master
...
Fix typo.
2015-11-29 22:36:11 +03:00
15c23bbecc
Merge remote-tracking branch 'esp8266/master'
2015-11-29 21:02:29 +02:00
470b2b041e
Merge pull request #1106 from Links2004/master
...
move IRQ handler timer0 to ram
2015-11-29 18:26:07 +01:00
dc5065ce3b
Merge branch 'master' into master
2015-11-29 17:48:58 +01:00
e073d2897b
Merge pull request #1108 from me-no-dev/master
...
Get pin levels at point of interrupt
2015-11-29 17:48:45 +01:00
466fa6f5a9
Get pin levels at time of interrupt, rather than the time of calling the handler
...
current implementation can cause false readings if previous handlers
take more time than the pin holds the level
2015-11-29 18:15:07 +02:00
5d49085c8c
Merge remote-tracking branch 'esp8266/master'
2015-11-29 18:12:45 +02:00
6c20126a5f
move IRQ handler to ram.
2015-11-29 12:01:00 +01:00
e9f2f1c989
Fix typo.
2015-11-28 16:37:36 +02:00
14949f50d6
Merge pull request #1091 from Links2004/httpClient
...
rework ESP8266HTTPUpdate to use httpClient and allow https updates
2015-11-27 14:28:47 +01:00
ceb8acbb94
typo
2015-11-27 14:08:16 +01:00
f115e42105
add httpUpdate.ino example
...
#1021
2015-11-27 13:55:21 +01:00
9f0fdd573f
update ESP8266HTTPUpdate to use httpClient class
...
add support for MD5 check
2015-11-27 13:48:13 +01:00
ce5720d161
httpClient - allow using Stream as payload
...
httpClient - addHeader - not allow set of Header handled by code
2015-11-27 13:01:04 +01:00
20e238a4ca
allow change of User-Agent
2015-11-27 12:37:13 +01:00