rvdbreemen / OTGW-firmware

A ESP8266 devkit firmware for the Nodoshop version of the Opentherm Gateway (OTGW)
MIT License
145 stars 34 forks source link

Use float constants and calculations instead of doubles. #163

Closed DaveDavenport closed 1 year ago

DaveDavenport commented 1 year ago

Avoid having to do double calculations in software and converting between float and double.