We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3521473 commit aa21b13Copy full SHA for aa21b13
src/Adapters/BlinkerPROESP.h
@@ -64,7 +64,7 @@ enum b_broker_t {
64
blinker_b
65
};
66
67
-b_config_t _configType = BLINKER_SMART_CONFIG;
+b_config_t _configType = BLINKER_AP_CONFIG;
68
69
class BlinkerPROESP : public BlinkerStream
70
{
src/Blinker.h
@@ -103,6 +103,8 @@
103
#define BLINKER_APCONFIG
104
#define BLINKER_WITHOUT_WS_REG
105
#endif
106
+
107
+ #define BLINKER_WITHOUT_WS_REG
108
109
#if defined(BLINKER_WIFI_AUTO)
110
#define BLINKER_PRO_ESP
0 commit comments