Commit Graph

22 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
Hermann Kraus e952f95b43 Add captive portal example from #228. (#241)
* Add captive portal example from #228.

* Add missing headers.

* Update CaptivePortal.ino
2019-06-22 20:43:41 +02: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
Richard Miles 566acfb813 Add SimpleServer example to show how to GET and POST and use parameters (#341) 2018-07-24 20:25:09 +02:00
Me No Dev 2540507664 The following changes and enhancements are included: (#208)
- Added "SAVE-Button
- Upgraded to ACE 1.2.6
- Added additional field, which shows name of the current edited File
- Reset upload path after uploading or creating a File (avoid confusion about which file is shown in editor)
- added the possibility, to run the editor completly from flash. When ace.js.gz or ace.js and the corresponding files are found on SPIFFS, the editor can be used in AP mode also.  Otherwise the files are searched on cloudflare like before.
- added all gzipped js-files in data directory
- added an exclude list, containing wildcards, telling which files should not be listed in the editor (to prevent deletion of needed files)
- minified the embedded HTML/Javascript with https://kangax.github.io/html-minifier/ before gzipping.  With all additions the resulting hex-code is now 700 bytes smaller
- embedded the plain html as documentation
2017-08-18 20:14:12 +03: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 7de10cc9e4 merge with ESP31B 2016-01-22 18:06:23 +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