This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
i4a
/
configWebserver
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
some optimizations
IAQ2000+DHT11
agr
4 years ago
parent
cdf01ef9f3
commit
7de4108448
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Web_Net_Setup.ino
+ 2
- 2
Web_Net_Setup.ino
View File
@@ -879,8 +879,8 @@ void setup() {
*
*/
void loop() {
char buff[
2
00];
int len =
2
00;
char buff[
1
00];
int len =
1
00;
String aq = String(airQuality);
String temp = String(Temperatur, 2);
String hum = String(Humidity, 2);
Write
Preview
Loading…
Cancel
Save