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 11name =Adafruit IO Arduino
2- version =2.7.12
2+ version =2.7.13
33author =Adafruit
44maintainer =Adafruit <adafruitio@adafruit.com>
55sentence =Arduino library to access Adafruit IO.
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ String MapBlock::properties()
2727 tile = " contrast" ;
2828 }
2929
30- String props = " {\" historyHours\" :\" " ;
30+ props = " {\" historyHours\" :\" " ;
3131 props += historyHours;
3232 props += " \" ,\" tile\" :\" " ;
3333 props += tile;
3434 props += " \" }" ;
3535
3636 return props;
37- }
37+ }
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ class MapBlock : public AdafruitIO_Block {
1919 public:
2020 MapBlock (AdafruitIO_Dashboard *d, AdafruitIO_Feed *f);
2121 ~MapBlock ();
22-
22+
23+ String props;
2324 int historyHours;
2425 const char *tile;
2526
You can’t perform that action at this time.
0 commit comments