This website requires JavaScript.
Explore
Help
Sign In
arduino
/
esp8266
Watch
1
Star
0
Fork
0
You've already forked esp8266
mirror of
https://github.com/esp8266/Arduino.git
synced
2025-10-21 08:47:48 +03:00
Code
Activity
Files
05aed73bca1ed936ecde84dc2b67f91f5cc25d1a
esp8266
/
libraries
History
Thomas Schüßler
05aed73bca
Send the message count and chip ID with the request/response.
2015-12-21 19:00:44 +01:00
..
ArduinoOTA
…
DNSServer
…
EEPROM
…
esp8266
…
ESP8266AVRISP
…
ESP8266HTTPClient
add advanced error handling for HTTP update
2015-12-16 23:05:23 +01:00
ESP8266httpUpdate
add check for magic header of bin before update is started.
2015-12-19 14:39:07 +01:00
ESP8266HTTPUpdateServer
…
ESP8266mDNS
-replace char _hostName[63], char _instanceName[63], and char _txt[128] with Strings. Calling enableArduino allocates four TXT records, and there is quite an overhead of storing tcp_check=no inside an 128-byte buffer. Plus you gain flexibility by supporting TXT records larger than 128 bytes. Host and instance names should also be less than 63 characters most of the time.\n-move definitions of struct MDNSService and struct MDNSTxt to .cpp file, and use forward declaratio
2015-12-18 11:37:53 -08:00
ESP8266SSDP
…
ESP8266WebServer
see
#1167
2015-12-10 12:02:49 +01:00
ESP8266WiFi
add function peekBytes to WiFiClient/WiFiClientSecure to allow to peek multiple bytes if possible
2015-12-19 14:37:36 +01:00
ESP8266WiFiMesh
Send the message count and chip ID with the request/response.
2015-12-21 19:00:44 +01:00
Ethernet
…
GDBStub
Update GDBStub library with the source of esp-gdbstub
2015-12-18 10:00:44 +03:00
Hash
…
OneWire
…
SD
…
Servo
Fix detach and attach
2015-12-16 15:17:53 -08:00
SPI
…
TFT_Touch_Shield_V2
…
Ticker
…
Wire
…