File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
name =Adafruit IO Arduino
2
- version =2.7.12
2
+ version =2.7.13
3
3
author =Adafruit
4
4
maintainer =Adafruit <adafruitio@adafruit.com>
5
5
sentence =Arduino library to access Adafruit IO.
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ String MapBlock::properties()
27
27
tile = " contrast" ;
28
28
}
29
29
30
- String props = " {\" historyHours\" :\" " ;
30
+ props = " {\" historyHours\" :\" " ;
31
31
props += historyHours;
32
32
props += " \" ,\" tile\" :\" " ;
33
33
props += tile;
34
34
props += " \" }" ;
35
35
36
36
return props;
37
- }
37
+ }
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ class MapBlock : public AdafruitIO_Block {
19
19
public:
20
20
MapBlock (AdafruitIO_Dashboard *d, AdafruitIO_Feed *f);
21
21
~MapBlock ();
22
-
22
+
23
+ String props;
23
24
int historyHours;
24
25
const char *tile;
25
26
You can’t perform that action at this time.
0 commit comments