Skip to content

Commit 2a8ec70

Browse files
committed
update codes, upgrade SOFTAP CONFIG get codes.
1 parent 86e3412 commit 2a8ec70

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

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.80210927",
16+
"version": "0.3.0.3.80211227",
1717
"homepage": "https://diandeng.tech/home",
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.80210927
2+
version=0.3.0.3.80211227
33
author=i3water
44
maintainer=i3wawter
55
sentence=Build a easy way for your IoT project.

src/Adapters/BlinkerMQTT.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3019,7 +3019,8 @@ bool BlinkerMQTT::autoInit()
30193019
if (checkConfig())
30203020
{
30213021
#ifdef ESP8266
3022-
struct station_config conf;
3022+
// struct station_config conf;
3023+
softap_config conf;
30233024
// wifi_station_get_config_default(&conf);
30243025
wifi_softap_get_config(&conf);
30253026
WiFi.begin(reinterpret_cast<char*>(conf.ssid), reinterpret_cast<char*>(conf.password));

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.80210927"
8+
#define BLINKER_VERSION "0.3.0.3.80211227"
99

1010
#define BLINKER_CONNECT_TIMEOUT_MS 10000UL
1111

0 commit comments

Comments
 (0)