rvdbreemen / OTGW-firmware

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

Format float remove #162

Closed DaveDavenport closed 1 year ago

DaveDavenport commented 1 year ago

Remove the use of formatFloat function. This whole chain did a float -> double -> float -> string(alloc) -> float (dealloc string) -> string (the previous formatFloat fix removed last float conversion)

This is now reduced to:

float->string conversion.