Skip to content

Commit 9814ca0

Browse files
authored
Merge pull request #574 from blinker-iot/dev_3.0
update codes, upgrade BLINKER lib version
2 parents 7db2473 + c803055 commit 9814ca0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

examples/Blinker_OTA/OTA_WiFi/OTA_WiFi.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ void dataRead(const String & data)
158158
void setup()
159159
{
160160
Serial.begin(115200);
161+
BLINKER_DEBUG.stream(Serial);
161162
BLINKER_DEBUG.debugAll();
162163

163164
pinMode(LED_BUILTIN, OUTPUT);

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/blinker-iot/blinker-library.git"
1515
},
16-
"version": "0.3.70210426",
16+
"version": "0.3.7",
1717
"homepage": "https://blinker.app/",
1818
"export": {
1919
"exclude": [

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Blinker
2-
version=0.3.70210426
2+
version=0.3.7
33
author=i3water
44
maintainer=i3wawter
55
sentence=Build a easy way for your IoT project.

src/Blinker/BlinkerConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// #include "Blinker/BlinkerUtility.h"
66
#include "../Server/BlinkerServer.h"
77

8-
#define BLINKER_VERSION "0.3.70210426"
8+
#define BLINKER_VERSION "0.3.70210507"
99

1010
#define BLINKER_CONNECT_TIMEOUT_MS 10000UL
1111

0 commit comments

Comments
 (0)