Arduino IDE
Arduino IDE – Nasty bug in dtostrf() ESP8266 STDLIB function – FIXED!
Working last days on the driver for MAX7219 8 digit display module I found that dtostrf() ESP8266 STDLIB function is not working properly for values containing “0”‘s after dot, like: 1.0256,1.00256, etc. With the quick written test code from below and the collaboration of the great guys from Arduino.cc Forum Read more…