File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ extern "C" {
31
31
#error "Please specify your BLYNK_TEMPLATE_ID and BLYNK_TEMPLATE_NAME"
32
32
#endif
33
33
34
+ #if defined(BLYNK_AUTH_TOKEN)
35
+ #error "BLYNK_AUTH_TOKEN is assigned automatically when using Blynk.Edgent, please remove it from the configuration"
36
+ #endif
37
+
34
38
BlynkTimer edgentTimer;
35
39
36
40
#include " BlynkState.h"
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ extern "C" {
37
37
#error "Please specify your BLYNK_TEMPLATE_ID and BLYNK_TEMPLATE_NAME"
38
38
#endif
39
39
40
+ #if defined(BLYNK_AUTH_TOKEN)
41
+ #error "BLYNK_AUTH_TOKEN is assigned automatically when using Blynk.Edgent, please remove it from the configuration"
42
+ #endif
43
+
40
44
BlynkTimer edgentTimer;
41
45
42
46
#include " BlynkState.h"
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ extern "C" {
19
19
#error "Please specify your BLYNK_TEMPLATE_ID and BLYNK_TEMPLATE_NAME"
20
20
#endif
21
21
22
+ #if defined(BLYNK_AUTH_TOKEN)
23
+ #error "BLYNK_AUTH_TOKEN is assigned automatically when using Blynk.Edgent, please remove it from the configuration"
24
+ #endif
25
+
22
26
BlynkTimer edgentTimer;
23
27
24
28
#include " BlynkState.h"
Original file line number Diff line number Diff line change 23
23
#error "Please specify your BLYNK_TEMPLATE_ID and BLYNK_TEMPLATE_NAME"
24
24
#endif
25
25
26
+ #if defined(BLYNK_AUTH_TOKEN)
27
+ #error "BLYNK_AUTH_TOKEN is assigned automatically when using Blynk.Edgent, please remove it from the configuration"
28
+ #endif
29
+
26
30
#include < Blynk/BlynkConfig.h>
27
31
#include < Blynk/BlynkParam.h>
28
32
#include < Blynk/BlynkHandlers.h>
You can’t perform that action at this time.
0 commit comments