";
91 | ptr +="
";
92 | ptr +="
";
93 | ptr +="
";
98 | ptr +="
";
99 | ptr +="
Temperature
";
100 | ptr +="
";
101 | ptr +=(int)temperature;
102 | ptr +="°C
";
103 | ptr +="
";
104 | ptr +="
";
105 | ptr +="
";
106 | ptr +="
";
110 | ptr +="
";
111 | ptr +="
Humidity
";
112 | ptr +="
";
113 | ptr +=(int)humidity;
114 | ptr +="%
";
115 | ptr +="
";
116 | ptr +="
";
117 | ptr +="
";
118 | ptr +="
";
127 | ptr +="
";
128 | ptr +="
Pressure
";
129 | ptr +="
";
130 | ptr +=(int)pressure;
131 | ptr +="hPa
";
132 | ptr +="
";
133 | ptr +="
";
134 | ptr +="
";
135 | ptr +="
";
142 | ptr +="
";
143 | ptr +="
Altitude
";
144 | ptr +="
";
145 | ptr +=(int)altitude;
146 | ptr +="m
";
147 | ptr +="
";
148 | ptr +="
";
149 | ptr +="";
150 | ptr +="";
151 | return ptr;
152 |
153 | }
154 |
--------------------------------------------------------------------------------
/firmware/HiGrow_Sensor_Blynk/HiGrow_Sensor_Blynk.ino:
--------------------------------------------------------------------------------
1 | #define BLYNK_PRINT Serial
2 |
3 |
4 | #include