File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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.80210609 " ,
16
+ "version" : " 0.3.80210611 " ,
17
17
"homepage" : " https://diandeng.tech/home" ,
18
18
"export" : {
19
19
"exclude" : [
Original file line number Diff line number Diff line change 1
1
name =Blinker
2
- version =0.3.80210609
2
+ version =0.3.80210611
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 @@ -2650,7 +2650,7 @@ int BlinkerMQTT::checkPrintLimit()
2650
2650
{
2651
2651
if ((millis () - _print_time) < 60000 )
2652
2652
{
2653
- if (_print_times < 10 ) return true ;
2653
+ if (_print_times < 30 ) return true ;
2654
2654
else
2655
2655
{
2656
2656
BLINKER_ERR_LOG (BLINKER_F (" MQTT MSG LIMIT" ));
@@ -3005,15 +3005,15 @@ bool BlinkerMQTT::autoInit()
3005
3005
if (checkConfig ())
3006
3006
{
3007
3007
3008
- WiFi.begin ();
3008
+ WiFi.begin (WiFi. SSID (), WiFi. psk () );
3009
3009
::delay (500 );
3010
3010
3011
3011
// BLINKER_LOG(BLINKER_F("Waiting for WiFi "),
3012
3012
// BLINKER_WIFI_AUTO_INIT_TIMEOUT / 1000,
3013
3013
// BLINKER_F("s, will enter SMARTCONFIG or "),
3014
3014
// BLINKER_F("APCONFIG while WiFi not connect!"));
3015
3015
3016
- BLINKER_LOG (BLINKER_F (" Connecting to WiFi" ));
3016
+ BLINKER_LOG (BLINKER_F (" Connecting to WiFi: " ), WiFi. SSID ( ));
3017
3017
3018
3018
// uint8_t _times = 0;
3019
3019
// while (WiFi.status() != WL_CONNECTED) {
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.80210609 "
8
+ #define BLINKER_VERSION "0.3.80210611 "
9
9
10
10
#define BLINKER_CONNECT_TIMEOUT_MS 10000UL
11
11
You can’t perform that action at this time.
0 commit comments