pufand / NODEMCU

0 stars 0 forks source link

AQI error #2

Open kahoch opened 5 years ago

kahoch commented 5 years ago

function aqi(t25,t10) if (t25 > t10) then return t10 -----------> should be t25? else return t25 end end --aqi

pufand commented 5 years ago

you are right

发自我的 iPhone

在 2018年12月25日,下午10:35,Kaho notifications@github.com 写道:

function aqi(t25,t10) if (t25 > t10) then return t10 -----------> should be t25? else return t25 end end --aqi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.