You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ Each library only supported a single type of Arduino and had different features
21
21
22
22
The downloaded code can be included as a new library into the IDE selecting the menu:
23
23
24
-
Sketch / include Library / Add .Zip library
24
+
```
25
+
Sketch / include Library / Add .Zip library
26
+
```
25
27
26
28
You also have to install the ArduinoJson library written by [Benoît Blanchon](https://github.com/bblanchon). Search for it on the Arduino Library manager or get it from [here](https://github.com/bblanchon/ArduinoJson).
27
29
@@ -33,14 +35,18 @@ To generate your new Bot, you need an Access Token. Talk to [BotFather](https://
33
35
34
36
Include UniversalTelegramBot in your project:
35
37
36
-
#include <UniversalTelegramBot.h>
38
+
```ino
39
+
#include<UniversalTelegramBot.h>
40
+
```
37
41
38
42
and pass it a Bot token and a SSL Client (See the [examples](https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/tree/master/examples) for more details)
*NOTE:* This library has not been tested with the 101 boards as I do not have a compatible board. [If you can help please let us know!](https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/issues/2)
0 commit comments