From 84679db2dc2fce00dc5e1449319027c89f12e2ee Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 22 May 2015 03:12:22 +0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add donation link — donations are collected towards the esp8266 community forum. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8dbc20d13..80365fe69 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Arduino-compatible IDE with ESP8266 support =========================================== ![Linux build status](http://img.shields.io/travis/igrr/Arduino.svg) +[![Donate](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/webscr?cmd=_s-xclick&hosted_button_id=4M56YCWV6PX66) This project brings support for ESP8266 chip to the Arduino environment. ESP8266WiFi library bundled with this project has the same interface as the WiFi Shield library, making it easy to re-use existing code and libraries.