1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

1535 Commits

Author SHA1 Message Date
Eric Wilkison
758107f35d Add TXT support 2015-12-15 05:39:49 -08:00
Eric Wilkison
f34f84be74 Fix add multiple services 2015-12-15 05:17:53 -08:00
Eric Wilkison
d45294efff fix invalid packets, removes compression 2015-12-15 05:07:57 -08:00
asez73
1d1be8b848 Merge pull request #1 from asez73/asez73-patch-1
Skip ':' inside SHA1 signatures in WiFiClientSecure.cpp .
2015-12-15 11:42:17 +01:00
asez73
4be40bc5fa Skip ':' inside SHA1 signatures in WiFiClientSecure.cpp .
Improves the convenience of the verification of fingerprints.
As ':' are commonly inserted by web browser inside the SHA1 of https web sites, this created false problems with signatures "not matching".
Now, copied and pasted signature from Firefox simply because the verify function will skipped them...
2015-12-15 11:41:29 +01:00
Ivan Grokhotkov
4014f91724 Merge pull request #1218 from krzychb/master
Troubleshooting of OTA from IDE
2015-12-15 13:20:42 +03: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
a73e1676b6 Merge pull request #1213 from alltheblinkythings/cbuf_interrupts
Interrupt safety fixes for HardwareSerial
2015-12-14 12:45:22 +03:00
Ivan Grokhotkov
8d4287b5a9 Merge pull request #1214 from Links2004/master
change Adafruit Huzzah upload method to nodemcu
2015-12-14 12:44:27 +03:00
Markus Sattler
c97e408bd1 change Adafruit Huzzah upload method to nodemcu
see #1212
2015-12-14 09:31:50 +01:00
Christopher Pascoe
55e0dab799 Protect HardwareSerial's cbuf usage with InterruptLock. 2015-12-13 19:39:47 -08:00
Christopher Pascoe
afbc049cc9 Make the circular buffer's _size and _bufend members immutable. 2015-12-13 19:17:15 -08:00
Markus
06b1c3f819 Merge pull request #1210 from Links2004/httpUpdate
allow control of restart on http update
2015-12-13 23:33:46 +01:00
Markus Sattler
4dd5d8cf7d allow control of restart on http update
#1202
2015-12-13 23:04:27 +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
7cb2cb5f8d Fix typo 2015-12-13 00:17:30 +03:00
Ivan Grokhotkov
124855945c Move PlatformIO instructions to a separate file 2015-12-13 00:16:01 +03:00
Ivan Grokhotkov
a23cb9cc15 Merge pull request #1197 from ivankravets/master
Add PlatformIO as alternative option to use ESP8266 core for Arduino
2015-12-12 23:50:05 +03:00
Ivan Kravets
c1e60ab3c1 Add explanation about @PlatformIO, how does it work 2015-12-12 13:45:32 +02:00
Charles
027b5aff1d Added WifInfo boards 2015-12-11 18:41:58 +01:00
Charles
1adb9e79ea Added WifInfo boards / more SPIFFS size for 1M modules
Added WifInfo boards
Added 144K SPIFFS size for 1M modules
Added 160K SPIFFS size for 1M modules
Added 192K SPIFFS size for 1M modules
2015-12-11 18:18:09 +01:00
hallard
5653b9a59b Merge remote-tracking branch 'refs/remotes/upstream/master' 2015-12-11 18:04:41 +01:00
Charles
1891241f30 Added WifInfo boards 2015-12-11 17:54:58 +01:00
Ivan Kravets
3e49985d47 Add @PlatformIO as alternative option to use ESP8266 core for Arduino
Hi @igrr,

Would be thankful to place some information about [PlatformIO[(http://platformio.org) as alternative cross-platform builder to use ESP8266 core for Arduino on the popular host OS: Mac OS X, Windows, Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).

Don't hesitate to modify this PR.

Thanks in advance!
2015-12-11 17:31:32 +02:00
Ivan Grokhotkov
e7024fb5b4 SPIFFS: check if path length is valid (#1089) 2015-12-10 23:25:54 +03:00
Markus
703aaf60f4 Merge pull request #1192 from Links2004/master
doc better quality of update_memory_copy.png
2015-12-10 18:39:57 +01:00
Markus Sattler
6aa4f9e481 doc better quality of update_memory_copy.png 2015-12-10 18:06:56 +01:00
Markus
617f6cad1e Merge pull request #1191 from Links2004/httpUpdate
fix update
2015-12-10 18:00:20 +01:00
Markus Sattler
f4deee6925 Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate 2015-12-10 17:38:08 +01:00
Markus
ba4b42529c Merge pull request #1190 from Links2004/master
update ota docs
2015-12-10 17:37:46 +01:00
Markus Sattler
7ea4eb452d fix String bug
length where returning something that is not 0 while buffer where NULL!?
2015-12-10 17:37:09 +01:00
Markus Sattler
49536c78d3 add more debug to Updater.cpp 2015-12-10 17:24:39 +01:00
Markus Sattler
38427333c5 update ota docs 2015-12-10 17:05:00 +01:00
Markus
a5c3aea98e Merge pull request #1189 from Links2004/master
fix #1167 WiFiServer stop / close
2015-12-10 15:41:04 +01:00
Markus Sattler
0389657614 give the IP stack more time to handle the data
may help with #1157
2015-12-10 12:48:36 +01:00
Markus Sattler
9a096f828d Merge remote-tracking branch 'remotes/esp8266/master' 2015-12-10 12:26:15 +01:00
Markus
086af80a23 Merge pull request #1188 from Links2004/httpUpdate
allow SPIFFS update over http
2015-12-10 12:25:01 +01:00
Markus Sattler
fdadadc787 add default values for updateSpiffs 2015-12-10 12:03:53 +01:00
Markus Sattler
55afeba174 see #1167
add close and stop as alias
2015-12-10 12:02:49 +01:00
Markus Sattler
839b150b97 Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate 2015-12-10 11:48:44 +01:00
Ivan Grokhotkov
33bc6f889e Merge pull request #1186 from alltheblinkythings/for-upstream
Remove double include of cbuf.h.
2015-12-10 11:52:58 +03:00
Christopher Pascoe
a7609bce35 Remove double include of cbuf.h. 2015-12-09 22:17:50 -08:00
Markus Sattler
95089b75b9 fix startUpdate always false 2015-12-09 19:56:14 +01:00
Markus Sattler
b1ea7b602e httpUpdate Improve error handling 2015-12-09 16:27:04 +01:00
Markus Sattler
ce4edcb423 Merge branch 'master' into httpUpdate 2015-12-09 15:41:55 +01:00
Markus
3f12831161 Merge pull request #1181 from Links2004/httpClient
HTTPClient add Authorization support
2015-12-09 15:40:52 +01:00
Markus Sattler
0a4da83243 HTTPClient add Authorization example 2015-12-09 14:27:51 +01:00
Markus Sattler
85341ff25a HTTPClient phasing username + password from url 2015-12-09 14:19:28 +01:00
Markus Sattler
a9ce1b4f2e add Authorization support for HTTP client 2015-12-09 13:51:55 +01:00
Markus Sattler
62f38bfef3 add base64 class 2015-12-09 13:51:39 +01:00