1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-10 14:42:08 +03:00
Commit Graph

204 Commits

Author SHA1 Message Date
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
Nat
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
f3d758b53c Fixed link to OTA Updates
Ref: https://github.com/esp8266/Arduino/pull/1747#issuecomment-194685293
2016-03-10 07:34:36 +01:00
c0141d44a0 Review and update Arduino IDE section 2016-03-09 20:46:09 +01:00
da6442a60d Changed ota_updates.md to readme.md
This is to make it's contents visible when browsing ota_updates
directory
2016-03-09 20:45:24 +01:00
fc62aef26b Changed ArduinoOTA pictures
Menu entry "Upload Using:" has been removed
2016-03-09 06:23:43 +01:00
4b7862c515 Classic OTA images deleted
two images renamed - trubleshooting
2016-03-09 05:53:11 +01:00
8fc6aefbb2 Removed Classic OTA 2016-03-08 20:45:43 +01:00
3b2c4af879 Add Homie for ESP8266 to 3rd party libs in docs 2016-03-06 16:06:27 +01:00
e1dc9125c3 Keep only main information about @PlatformIO 2016-03-05 19:58:51 +02:00
5ab63dcf7a Update esptool to 0.4.8 2016-02-28 00:48:13 +03:00
269d7ca181 Update changelog 2016-02-27 11:41:50 +03:00
89e182a415 Update changelog 2016-02-27 11:24:07 +03:00
6372a0dd05 Mention 512k/128k option in docs 2016-02-27 01:55:46 +03:00
db69643592 Update ESPresso description and board detail. 2016-02-16 11:19:59 +07:00
153138e508 Merge pull request #1627 from Toshik/patch-2
TickerScheduler library link
2016-02-13 13:23:31 +03:00
f563acb703 TickerScheduler library link
TickerScheduler library - to simplificate Ticker usage and avoid WDT reset
2016-02-12 14:06:00 +03:00
25c25ae995 - Update board (ESPresso Lite) description. 2016-02-11 11:26:19 +07:00
0ad2738d81 Merge branch 'patch-1' of https://github.com/h4rm0n1c/Arduino into h4rm0n1c-patch-1
# Conflicts:
#	doc/libraries.md
2016-02-10 19:28:21 +03:00
8bbc8d6e8b Merge pull request #1610 from WereCatf/patch-1
Add PCF8574 - library to the list.
2016-02-10 19:22:46 +03:00
0550e7283f Merge pull request #1608 from narongrat/master
Add ESPino (WROOM-02) by ThaiEasyElec.com
2016-02-10 19:22:28 +03:00
7cca087421 Merge pull request #1606 from krzychb/master
Added DImSwith to "Other libraries (not included with the IDE)"
2016-02-10 19:21:17 +03:00
33665c08f1 Merge pull request #1605 from cmmakerclub/master
Add ESPert's ESPresso Lite to boards.txt & variants
2016-02-10 19:20:51 +03:00
f77d996fe9 Merge pull request #1596 from hallard/master
Added universal Teleinfo to libraries.md
2016-02-10 19:19:10 +03:00