Commit Graph

18 Commits

Author SHA1 Message Date
Me No Dev 29595a7775
Fix Travis builds and add build for ESP8266 (#586)
* Fix Travis builds and add build for ESP8266
2019-09-01 19:56:40 +03:00
Tobias Tangemann 046020228d Fix example code (#462)
Based on Pako2s comment
2019-06-22 18:05:20 +02:00
Me No Dev f5b51fa69f
Fix travis (#530)
* Lets try to fix travis

* fix paths

* missed one path

* some more fixes

* try with copy?

* no log?

* Now fix the second sketch
2019-06-22 17:38:31 +02:00
Max Lunin a7c4dfb04f Template container instead of direct pointer manipulation. (#95)
* using Container instead ofdirect pointers list manipulation

* fixed different type of virtual methods.

* Fixed typo in conditional

* Renamed ListArray to LinkedList

* Const reference to String as method parameters to prevent additional copy and memory allocation when String passed by value

* fix 'min' redefinition

* removed #include <iterator>
begin/end methods it's enough for 'for( : )' loop
count() renamed to length()
spacing fixing

* Const reference to String as method parameters to prevent additional copy and memory allocation when String passed by value

* Fixed unused params warnings
2016-11-27 17:42:09 +02:00
me-no-dev a39051a2d5 Add SPIFFSEditor to the library 2016-09-23 15:11:50 +03:00
Me No Dev 85cec3e543 Update example with new editor 2016-08-27 17:32:51 +03:00
Me No Dev 431fbb2d90 fix wrong index searched by the example 2016-07-21 18:14:48 +03:00
Me No Dev d61cc2d130 Implement sending content from progmem
make the example editor run from progmem
2016-07-21 12:25:25 +03:00
Charles 1d275900eb Prevent Buffer Overflow and Added FlashStringHelper for text and binary (#26)
* Prevent buffer overflow on received data

* pass to 7 char to avoid save to flash by SDK

* return _contentLength, avoid array reparse to know len

* Added FlashStringHelper for text and binary

* Added FlashStringHelper also to AsyncWebSocketClient

* Added PROGMEM doc

* Corrected binary was sending PSTR as text, addded len

* Server calls client method and code as asked @me-no-dev

* server calls client method and code as asked by @me-no-dev

* Changed Code presentation
2016-05-12 15:17:35 +03:00
Me No Dev a0d975c157 fix travis build 2016-04-23 15:19:56 +03:00
Me No Dev 8d67809acf Add AsyncWebSocket plugin 2016-04-23 15:11:32 +03:00
Me No Dev 624f69d083 better way of filtering platform 2016-02-01 19:27:12 +02:00
Me No Dev fd7855dd82 rookie typo 2016-02-01 18:33:36 +02:00
Me No Dev 566f9de92b travis is not detecting the libraries required to build the sketch 2016-02-01 18:31:12 +02:00
Me No Dev ab1badfb61 make both examples compile under travis 2016-02-01 18:11:09 +02:00
Me No Dev f505be9a08 fixes 2015-12-22 01:41:57 +02:00
Me No Dev c2d0b1496f "fix" serial to use the full internal buffer 2015-12-21 16:07:46 +02:00
Me No Dev 010c311469 add example 2015-12-19 20:05:59 +02:00