Skip to content

Commit

Permalink
Merge pull request #574 from blinker-iot/dev_3.0
Browse files Browse the repository at this point in the history
update codes, upgrade BLINKER lib version
  • Loading branch information
i3water authored May 7, 2021
2 parents 7db2473 + c803055 commit 9814ca0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions examples/Blinker_OTA/OTA_WiFi/OTA_WiFi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ void dataRead(const String & data)
void setup()
{
Serial.begin(115200);
BLINKER_DEBUG.stream(Serial);
BLINKER_DEBUG.debugAll();

pinMode(LED_BUILTIN, OUTPUT);
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/blinker-iot/blinker-library.git"
},
"version": "0.3.70210426",
"version": "0.3.7",
"homepage": "https://blinker.app/",
"export": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Blinker
version=0.3.70210426
version=0.3.7
author=i3water
maintainer=i3wawter
sentence=Build a easy way for your IoT project.
Expand Down
2 changes: 1 addition & 1 deletion src/Blinker/BlinkerConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// #include "Blinker/BlinkerUtility.h"
#include "../Server/BlinkerServer.h"

#define BLINKER_VERSION "0.3.70210426"
#define BLINKER_VERSION "0.3.70210507"

#define BLINKER_CONNECT_TIMEOUT_MS 10000UL

Expand Down

0 comments on commit 9814ca0

Please sign in to comment.