File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
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.80210927 " ,
16
+ "version" : " 0.3.0.3.80211227 " ,
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.80210927
2
+ version =0.3.0.3.80211227
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 @@ -3019,7 +3019,8 @@ bool BlinkerMQTT::autoInit()
3019
3019
if (checkConfig ())
3020
3020
{
3021
3021
#ifdef ESP8266
3022
- struct station_config conf;
3022
+ // struct station_config conf;
3023
+ softap_config conf;
3023
3024
// wifi_station_get_config_default(&conf);
3024
3025
wifi_softap_get_config (&conf);
3025
3026
WiFi.begin (reinterpret_cast <char *>(conf.ssid ), reinterpret_cast <char *>(conf.password ));
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.80210927 "
8
+ #define BLINKER_VERSION "0.3.0.3.80211227 "
9
9
10
10
#define BLINKER_CONNECT_TIMEOUT_MS 10000UL
11
11
You can’t perform that action at this time.
0 commit comments