Skip to content

Commit

Permalink
Boost ver
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jun 19, 2017
1 parent dce8f39 commit 17e8989
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -61,6 +61,7 @@ __________
* [MBED](https://developer.mbed.org/users/vshymanskyy/code/Blynk/)
* [Node-RED](https://github.com/tzapu/node-red-contrib-blynk-websockets)
* [LabVIEW](https://github.com/juncaofish/NI-LabVIEWInterfaceforBlynk)
* [C#](https://github.com/sverrefroy/BlynkLibrary)

This comment has been minimized.

Copy link
@Nattawut27739

Nattawut27739 Aug 6, 2017

64

This comment has been minimized.

Copy link
@Nattawut27739

Nattawut27739 Aug 6, 2017

LabVIEWInterfaceforBlynk)+* C#

This comment has been minimized.

Copy link
@vshymanskyy

vshymanskyy Aug 6, 2017

Author Collaborator

What did you want to say?


### License

This comment has been minimized.

Copy link
@Nattawut27739

Nattawut27739 Aug 7, 2017

License

This project is released under The MIT License (MIT)
2 changes: 1 addition & 1 deletion library.json
@@ -1,6 +1,6 @@
{
"name": "Blynk",
"version": "0.4.7",
"version": "0.4.8",
"description": "Build a smartphone app for your project in minutes. Blynk allows creating IoT solutions easily. It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...",
"keywords": "sensors, control, device, smartphone, mobile, app, web, cloud, communication, protocol, iot, m2m, wifi, ble, bluetooth, ethernet, usb, serial, gsm, gprs, 3g, data, esp8266, http",
"authors":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=Blynk
version=0.4.7
version=0.4.8
author=Volodymyr Shymanskyy
license=MIT
maintainer=Volodymyr Shymanskyy <vshymanskyi@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/Blynk/BlynkConfig.h
Expand Up @@ -25,7 +25,7 @@
* Professional settings
***************************************************/
// Library version.
#define BLYNK_VERSION "0.4.7"
#define BLYNK_VERSION "0.4.8"

// Heartbeat period in seconds.
#ifndef BLYNK_HEARTBEAT
Expand Down

1 comment on commit 17e8989

@Nattawut27739
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8

Please sign in to comment.