File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
examples/Blinker_OTA/OTA_WiFi Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ void dataRead(const String & data)
158
158
void setup ()
159
159
{
160
160
Serial.begin (115200 );
161
+ BLINKER_DEBUG.stream (Serial);
161
162
BLINKER_DEBUG.debugAll ();
162
163
163
164
pinMode (LED_BUILTIN, OUTPUT);
Original file line number Diff line number Diff line change 13
13
"type" : " git" ,
14
14
"url" : " https://github.com/blinker-iot/blinker-library.git"
15
15
},
16
- "version" : " 0.3.70210426 " ,
16
+ "version" : " 0.3.7 " ,
17
17
"homepage" : " https://blinker.app/" ,
18
18
"export" : {
19
19
"exclude" : [
Original file line number Diff line number Diff line change 1
1
name =Blinker
2
- version =0.3.70210426
2
+ version =0.3.7
3
3
author =i3water
4
4
maintainer =i3wawter
5
5
sentence =Build a easy way for your IoT project.
Original file line number Diff line number Diff line change 5
5
// #include "Blinker/BlinkerUtility.h"
6
6
#include "../Server/BlinkerServer.h"
7
7
8
- #define BLINKER_VERSION "0.3.70210426 "
8
+ #define BLINKER_VERSION "0.3.70210507 "
9
9
10
10
#define BLINKER_CONNECT_TIMEOUT_MS 10000UL
11
11
You can’t perform that action at this time.
0 commit comments