Skip to content

Commit aa21b13

Browse files
committed
update codes, upgrade BLINKER PRO ESP codes
1 parent 3521473 commit aa21b13

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Adapters/BlinkerPROESP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ enum b_broker_t {
6464
blinker_b
6565
};
6666

67-
b_config_t _configType = BLINKER_SMART_CONFIG;
67+
b_config_t _configType = BLINKER_AP_CONFIG;
6868

6969
class BlinkerPROESP : public BlinkerStream
7070
{

src/Blinker.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
#define BLINKER_APCONFIG
104104
#define BLINKER_WITHOUT_WS_REG
105105
#endif
106+
107+
#define BLINKER_WITHOUT_WS_REG
106108

107109
#if defined(BLINKER_WIFI_AUTO)
108110
#define BLINKER_PRO_ESP

0 commit comments

Comments
 (0)