paulvha / scd30_on_raspberry

Program to set and read SCD30 on a raspberry Pi
GNU General Public License v3.0
7 stars 2 forks source link

Typo in printout #1

Closed lukvmil closed 5 years ago

lukvmil commented 5 years ago

Should be Humidity not Humdity

lukvmil commented 5 years ago

printf("CO2: %4d PPM\tHumdity: %3.2f %%RH Temperature: %3.2f *%c ",co2, hum,temp,t);

paulvha commented 5 years ago

Thanks. fixed it. regards, Paul