Skip to content

Commit de1a790

Browse files
committed
Update README.md
1 parent 3620617 commit de1a790

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<a href="#releases"> ![build badge](https://img.shields.io/badge/version-v2.0.1-blue.svg)</a> [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3eadfd19246f4808907cf53599a6b9f0)](https://www.codacy.com/app/JoaoLopesF/RemoteDebug?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=JoaoLopesF/RemoteDebug&amp;utm_campaign=Badge_Grade)
44
<a href="https://github.com/JoaoLopesF/RemoteDebug/blob/master/LICENSE.txt">![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)</a>
5+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/JoaoLopesF/RemoteDebug/issues)
56

67
# RemoteDebug Library for ESP8266 and ESP32
78
Library for Arduino to debug devices over WiFi (telnet) with Print commands like Serial Monitor
@@ -18,6 +19,7 @@ Library for Arduino to debug devices over WiFi (telnet) with Print commands like
1819
## Contents
1920

2021
- [About](#about)
22+
- [Github](#github)
2123
- [Benefits](#benefits)
2224
- [News](#news)
2325
- [Standard telnet](#telnet)
@@ -59,6 +61,18 @@ Note II: This library is to Espressif boards, as ESP32 and ESP82266,
5961
If need for another WiFi boards, please add an issue about this
6062
and we will see if it is possible made the port for your board.
6163

64+
## Github
65+
66+
Contribute to this library development by creating an account on GitHub.
67+
68+
Please give a star, if you find this library usefull,
69+
this help a another people, discover it too.
70+
71+
Please add a issue for problems or suggestion.
72+
73+
I suggest you use a Github Desktop New app to clone,
74+
it help to keep updated.
75+
6276
## Benefits
6377

6478
__SerialDebug__ is bether than Arduino default debugging by Serial.print commands:

0 commit comments

Comments
 (0)