vitotai / BrewPiLess

Use an ESP8266 to replace RPI and Arduino. Running BrewPi without Pi, therefore, BrewPi-Less
352 stars 131 forks source link

DataLogger.cpp typo #23

Open allthepies opened 7 years ago

allthepies commented 7 years ago

The CSS in the LogConfigHtml[] PROGMEM variable contains "1px solid whtie"

Presumably this should be "1px solid white"

vitotai commented 7 years ago

Yeah. I am thinking about changing it to "2px solid gray" or using border-style:groove.