thorrak / brewpi-esp8266

An implementation of the BrewPi device code on the ESP8266, ESP32, and ESP32-S2
GNU General Public License v3.0
86 stars 30 forks source link

Fixed problem with strings not being printed on LCD display (only fir… #31

Closed mp-se closed 4 years ago

mp-se commented 5 years ago

Only the first char of a string is printed on the LCD. There is a change in the underlying Print::print.cpp class that requires a positive value to continue printing the string.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.