Skip to content

Commit 57059f3

Browse files
committed
dumb
1 parent 8ed5808 commit 57059f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎sense_env.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ float get_aht(uint8_t channel = 0){
13761376
aht.getEvent(&humidity, &temp);
13771377
// print_env();
13781378
if(channel == 0) return temp.temperature;
1379-
if(channel == 1) returntemp.relative_humidity;
1379+
if(channel == 1) returnhumidity.relative_humidity;
13801380
return0;
13811381
}
13821382
#endif

0 commit comments

Comments
(0)