1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SSL support added More... almost 9 years ago
cleaned up More... almost 9 years ago
Fundamental improvement: ESP8266Client is now returned as an object, not a pointer. This makes it compatible with code using Arduino Ethernet and WiFi classes. Saves 856 bytes of flash and 126 bytes of RAM! More... almost 9 years ago
override println() as well, and fix other print() overloads More... almost 9 years ago
more modular SmartConfig support More... over 9 years ago
SmartConfig support implemented More... over 9 years ago
README updated More... over 9 years ago
RTS/CTS HW handshaking support added More... over 9 years ago
ESP8266Server added, for compatibility with Arduino Ethernet library More... over 9 years ago
special FlashStringHelper version of 'send' and 'print' allows for sending a string of characters directly from flash memory (instead of sending each byte separately which breaks the communication with ESP8266 completely) More... over 9 years ago
'send' optimized More... over 9 years ago
get rid of the last 'String', I can't stand them More... over 9 years ago
get rid of debugging - it corrupts received data! More... over 9 years ago
Updated for AT command set v0.30 (SDK v1.2.0) More... over 9 years ago
parseHex optimized More... over 9 years ago
get rid of 'String' More... over 9 years ago
Merge pull request #1 from taoyuan/master More... over 9 years ago
fixed a stupid error! More... almost 10 years ago
Fixed some error in read More... about 10 years ago
Fix mixed ip data issue. More... about 10 years ago
Added busy status More... about 10 years ago
Merge pull request #13 from jonathanchristison/master More... about 10 years ago
Dont send null terminator More... about 10 years ago
Calcuate string/char array size correctly More... about 10 years ago
Merge pull request #10 from jonathanchristison/master More... about 10 years ago
Readd the SINGLE_CLIENT send functions More... about 10 years ago
Replace const char with generic send and send array type, allows sending raw objects and primitives More... about 10 years ago
Fix timeout More... about 10 years ago
Update constructors and begin methods More... about 10 years ago
Merge branch 'master' of github.com:Diaoul/arduino-ESP8266 More... about 10 years ago