1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00
Commit Graph

25 Commits

Author SHA1 Message Date
0af01d6f61 Add File System Server Example
Serve files from the onboard flash
Edit them with the included file manager (http://esp8266fs.local/edit)
Create simple graphs filled with sensor data with the included simple
library (example is the index page, editable through the editor)
The sketch uses the new extension for packing files into SPIFFS image
and uploading it to your ESP8266
2015-05-21 21:23:14 +03:00
fb2f8e5203 Merge branch 'esp8265' of https://github.com/esp8266/Arduino into esp8266 2015-05-14 13:31:59 +01:00
143dbae29e Merge branch 'ficeto-esp8266' into esp8266
* ficeto-esp8266:
  add template methods for stream to stream writes to SD and FS
  alignment not needed. we use fixed addresses
  Rework SPIFFS API to be more Arduino like
  fix missed edits
  disable automount
  fix SPIFFS to work
  pull get/set NoDelay for WiFiClient
  Add SPIFFS Support
  export sketch data folder to the build config
  Revert "Revert "Edit SD Server example to use the new Write(Stream) method""
  add template client write
  Revert "Add WiFiClient.write for Stream"
  Revert "Edit SD Server example to use the new Write(Stream) method"
  Edit SD Server example to use the new Write(Stream) method
  Add WiFiClient.write for Stream
  make upload callback packets aligned to defined size

Conflicts:
	hardware/esp8266com/esp8266/libraries/ESP8266WebServer/examples/SDWebServer/SDWebServer.ino
	hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/ESP8266WebServer.cpp
	hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/ESP8266WebServer.h
2015-05-14 14:38:22 +03:00
8c1a40b242 Web server refactoring 2015-05-14 13:33:12 +03:00
88be6b1f6f Merge branch 'esp8266' of https://github.com/esp8266/Arduino into esp8266 2015-05-14 11:31:09 +01:00
7ddb745fb7 Merge pull request #19 from esp8266/esp8266
pull latest changes
2015-05-14 11:48:36 +03:00
ee69c92f55 fix SDWebServer sample 2015-05-14 02:47:39 +03:00
716eafe8bf Revert "Revert "Edit SD Server example to use the new Write(Stream) method""
This reverts commit 163a983756.
2015-05-13 12:48:14 +03:00
163a983756 Revert "Edit SD Server example to use the new Write(Stream) method"
This reverts commit 4ae8a6d631.
2015-05-13 12:15:52 +03:00
4ae8a6d631 Edit SD Server example to use the new Write(Stream) method 2015-05-13 12:09:34 +03:00
6d963b3d9c Merge branch 'esp8266' of https://github.com/esp8266/Arduino into esp8266 2015-05-12 20:39:05 +01:00
6ac4e8038a Added advanced web server demo 2015-05-12 20:13:48 +01:00
8e02ca57b4 Merge branch 'esp8266' of https://github.com/ficeto/Arduino into esp8266
Conflicts:
	hardware/esp8266com/esp8266/libraries/ESP8266WebServer/examples/SDWebServer/SDWebServer.ino
2015-05-12 18:58:10 +03:00
a1967b9cf1 implement async replies in mDNS library
No need to call mdns.update() from loop() any more.
2015-05-12 17:59:24 +03:00
a88d7393be plaintext POST fixes and rework of the SD example
Added a single file web editor/browser/uploader and all needed methods
to work with the files on the SD Card
2015-05-11 13:43:26 +03:00
f4138d296b add proper POST support and more methods
GET params are always added
plain POST is added to the GET arguments
Uploads are handled by separate handler
2015-05-08 02:45:03 +03:00
8735ca4662 fixes for sd server example 2015-05-07 16:42:10 +03:00
532b0bea78 overlooked duplicate name 2015-05-07 12:40:56 +03:00
f1ffad408e add SD Card Web Server example
working fine with the latest wifi lib
2015-05-07 12:38:56 +03:00
edaa914203 fix HelloServer sample
close #168
2015-05-05 13:57:35 +03:00
b4c937788d missed led and fixed output to make more sense 2015-05-01 13:00:17 +03:00
17131e133c Add led to WebServer example
This reverts commit 43be35c4de.
2015-05-01 12:32:37 +03:00
2ccfb32a5a ESP8266WebServer code review, fix indentation, add keywords 2015-05-01 11:17:45 +08:00
5a9d4e676e Updated HelloServer with mDNS and NotFound catcher with custom page
the not found handler should be used in conjunction with other means of
getting data, like SD card
2015-05-01 02:51:59 +03:00
2b2a4131a3 Move esp8266 platform from "arduino" into "esp8266com" 2015-03-27 12:11:55 +03:00