e39a46fe04
fixed bullet points on return codes
2017-06-05 01:36:33 -05:00
42f3ef86a4
Added link to Ticker examples
2017-06-05 01:35:59 -05:00
1c4a48dbd8
docs: remove mention that Python 3 is not supported from OTA docs
2017-05-15 18:52:06 +08:00
d7044eceab
Add PROGMEM docs
2017-05-14 11:44:16 -05:00
283eb97cd3
docs: convert to .rst and add readthedocs
2017-05-14 11:44:16 -05:00
5c7247b0f4
Fix documentation typo ( #3240 )
2017-05-14 08:46:08 -05:00
9fd270faf1
Documenting a few Esp.cpp methods ( #3057 )
...
Adding: getCoreVersion, getSdkVersion, getCpuFreqMHz, getSketchSize, getFreeSketchSpace and getSketchMD5.
2017-05-14 07:53:15 -05:00
2881e910ec
Fix typo in client-class.md ( #3045 )
2017-05-08 11:13:32 -05:00
97373e716d
Add instructions how to re-enable DHCP ( #2600 )
...
In WiFi.config, if we pass 0.0.0.0 for all three parameters (as local_ip, gateway and subnet mask), it will re enable the DHCP. We need to re connect the device to get the IP from router.
2017-05-08 05:35:40 -05:00
af0f5ed956
Issue #1062 : Implement support for HSPI overlap mode.
2017-05-08 03:04:11 -05:00
ca3a1728d0
Addition of gen4-IoD Range boards ( #3202 )
2017-05-06 06:26:58 -05:00
d2b370b22d
add AsyncPing library to libraries.md ( #2889 )
...
fully asynchronous Ping library (have full ping statistic and hardware MAC address).
2017-02-19 21:39:50 -06:00
adeed6b828
Updated arduino-esp8266fs-plugin link to 0.3.0 ( #2846 )
2017-02-19 09:51:09 -06:00
b701b9899f
Update libraries.md ( #2808 )
...
fixed a few typos
2017-02-19 09:30:40 -06:00
898d280176
Update readme.md ( #2809 )
...
fixed some typos/style/grammar
2017-02-19 09:30:23 -06:00
cdad2849c5
Added a section on filesystem limitations due to issue #2858 ( #2860 )
2017-01-17 10:07:08 +08:00
7b32e6ad37
Merge pull request #2534 from jabelone/patch-1
...
Corrected a typo and improved grammar
2016-11-14 11:03:37 -06:00
bdc43a0206
Corrected some typos and improved grammar
...
Corrected some typos and improved grammar
2016-09-18 04:07:42 +10:00
cd2e04b6dd
Extended troubleshooting section
...
* Missing reset after serial upload, ref. #2438 , #2465
* Port not visible in IDE, ref. #2415
* `[alt text]` added
* Typo corrections
2016-09-02 19:15:30 +02:00
28b0c7b98f
Desription of new FAQ item
...
How to resolve "Board generic (platform esp8266, package esp8266) is
unknown" error?
2016-08-27 12:50:09 +02:00
27854bc9b4
New FAQ added to the index
...
How to resolve "Board generic (platform esp8266, package esp8266) is
unknown" error?
Ref. #2297 , #2156 , #2022 , #1802 , #1514 , #1387 , #1377 , #1251 , #1247 , #948
2016-08-27 12:35:36 +02:00
d6e38f0abd
ESP8266WiFi library documentation ( #2388 )
...
* New section with ESP8266WiFi library documentation
* ESP8266WiFi library documentation
1. Introduction - example, diagnostic, doxygen
2. Station - examples, new doc
3. Soft Access Point - examples, new doc
4. Scan - examples, new doc
5. Client - examples, ref. Arduino, setNoDelay, list of functions
6. Client Secure - examples, loadCertificate, setCertificate, list of
functions
7. Server- examples, ref. Arduino, setNoDelay, list of functions
8. UDP - examples, ref. Arduino, Multicast UDP
9. Generic - examples, onEvent, WiFiEventHandler, persistent, mode, list
of functions
* Fixed numbered list
2016-08-25 11:01:05 +08:00
edba2d2829
Exposed sketch MD5 through HTTP headers ( #2236 )
...
* Exposed sketch MD5 through HTTP headers
* Updated spacing, docs, example
2016-07-08 10:07:21 +08:00
dd1a7e91b8
ESP.restart() doesn't work, typo fixes ( #2216 )
...
New FAQ item: ESP.restart() doesn't work
Write up review / typo fixes
2016-07-04 10:46:04 +08:00
31a72cebb0
Documenting of ESP.getFlashChipRealSize() ( #2210 )
...
Hi,
I added ESP.getFlashChipRealSize() function to the documentation. I couldn't determine flash size of my ESP based on getFlashChipSize function, so I was googling and found this: https://github.com/esp8266/Arduino/issues/785
I tested functionality and now adding here to official documentation.
Cheers!
2016-07-04 10:45:18 +08:00
9cc2bab276
Initial release of FAQ / Troubleshooting section ( #2207 )
...
* FAQ / Troubleshooting Final Draft release
readme.md
a01-espcomm_sync failed.md
a02-my-esp-crashes.md
a03-library-does-not-work.md
Total of five FAQ items
Emoji included
pictures folder
May need to read again in couple of days for another cleaning
Date: Sun Jun 26 18:43:51 2016 +0200
* Frizing schematics added
2016-06-30 15:04:24 +08:00
09826c6d87
Releasing 2.3.0
2016-06-23 15:30:46 +08:00
44d27228c5
Added Serial.baudRate() to get current baud rate ( #2079 )
...
* Changed WifInfo settings and WeMos board name
* Added board name to have in sketch and MDNS/OTA
* board naming convention
https://github.com/esp8266/Arduino/pull/2054
* Added Serial.baudRate() to get current baud rate
* Added more description
- Added note about Software Serial Implementation
- Indicate this will works on ESP8266 boards only
2016-06-15 18:35:33 +08:00
cbe8f7cb2d
Update changelog
2016-06-15 12:22:34 +08:00
222e92a5fc
Add new boards Phoenix 1.0 & Phoenix 2.0 ( #2088 )
...
* Add new boards Phoenix 1.0, Phoenix 2.0
* ESP8266HTTPClient: fix duplicate Content-Length headers (#1902 )
* Add new boards Phoenix 1.0, Phoenix 2.0
* Add phoenix in variants.
2016-06-06 12:20:41 +08:00
ef800308ac
Mention ESP8266Ping library
2016-06-02 16:07:18 +08:00
4b43860276
Add offset parameter to rtcUserMemoryRead/Write, expose RTC_USER_MEM in esp8266_peri.h
2016-06-02 13:39:53 +08:00
3fbf1d0029
Add ESP8285 entry in boards menu
2016-06-01 16:59:45 +08:00
2a4081b079
Added support for RTC user memory in ESP-specific APIs. ( #1836 )
2016-06-01 11:13:33 +08:00
0f3d0e86f7
Add MFRC522 to supported libraries ( #2044 )
2016-06-01 11:11:28 +08:00
5313c56f24
Add SPIFFS::end ( #1657 )
2016-05-20 10:20:04 +08:00
0cd82db486
Update changelog
2016-05-11 14:38:11 +08:00
de3058fc43
Update change log
2016-04-18 11:22:31 +03:00
95ff1f25d2
Merge pull request #1916 from urmilparikh/patch-1
...
Add reference to OLED display library
2016-04-17 13:15:42 +03:00
04263fabd1
Add reference to OLED display library
2016-04-16 16:45:01 +05:30
7036129270
Add async libraries to list of supported
2016-04-14 21:25:16 +03:00
d7ce823f97
Update change log
2016-04-13 16:20:36 +03:00
1f38703ce7
Merge pull request #1888 from hemalchevli/patch-2
...
added descriptions for fopen modes
2016-04-13 14:15:49 +03:00
60b18bf656
Merge https://github.com/msurguy/Arduino into master
...
* msurguy-patch-1:
Added Fast LED library to the list of supported libraries
# Conflicts:
# doc/libraries.md
2016-04-13 14:14:51 +03:00
82582171f5
Add SdFat-beta to supported libraries
2016-04-11 19:44:43 +03:00
d9e48d36e5
Added Fast LED library to the list of supported libraries
...
This library has been working well with Arduino for ESP8266 and it deserves to be added here.
2016-04-10 20:32:27 -07:00
70018176f2
added descriptions for fopen modes
...
added fopen modes for easy reference
Source:http://man7.org/linux/man-pages/man3/fopen.3.html
2016-04-09 11:56:57 +05:30
cf47b4269e
Update installing.md to mention Arduino 1.6.8
2016-03-13 02:41:48 +03:00
46bd4fcc07
Merge pull request #1726 from ivankravets/master
...
Keep only main information about @PlatformIO
2016-03-10 12:54:54 +03:00
f8314598f4
Merge pull request #1728 from marvinroger/patch-2
...
Add Homie for ESP8266 to 3rd party libs in docs
2016-03-10 12:54:07 +03:00