1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SSL support added More... over 9 years ago
cleaned up More... over 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... over 9 years ago
override println() as well, and fix other print() overloads More... over 9 years ago
more modular SmartConfig support More... almost 10 years ago
SmartConfig support implemented More... almost 10 years ago
README updated More... almost 10 years ago
RTS/CTS HW handshaking support added More... almost 10 years ago
ESP8266Server added, for compatibility with Arduino Ethernet library More... almost 10 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... almost 10 years ago
'send' optimized More... almost 10 years ago
get rid of the last 'String', I can't stand them More... almost 10 years ago
get rid of debugging - it corrupts received data! More... almost 10 years ago
Updated for AT command set v0.30 (SDK v1.2.0) More... almost 10 years ago
parseHex optimized More... almost 10 years ago
get rid of 'String' More... almost 10 years ago
Merge pull request #1 from taoyuan/master More... almost 10 years ago
fixed a stupid error! More... over 10 years ago
Fixed some error in read More... over 10 years ago
Fix mixed ip data issue. More... over 10 years ago
Added busy status More... over 10 years ago
Merge pull request #13 from jonathanchristison/master More... over 10 years ago
Dont send null terminator More... over 10 years ago
Calcuate string/char array size correctly More... over 10 years ago
Merge pull request #10 from jonathanchristison/master More... over 10 years ago
Readd the SINGLE_CLIENT send functions More... over 10 years ago
Replace const char with generic send and send array type, allows sending raw objects and primitives More... over 10 years ago
Fix timeout More... over 10 years ago
Update constructors and begin methods More... over 10 years ago
Merge branch 'master' of github.com:Diaoul/arduino-ESP8266 More... over 10 years ago