change disps

This commit is contained in:
Jonas Zeunert
2020-07-02 20:14:19 +02:00
parent a095e6c316
commit 75d3527f30
2 changed files with 5 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ namespace detail
Display::Display(const uint8_t & address, const std::string & name) :
address{address},
name{name}
name{name},
content{"12345678"}
{
CLOG(DEBUG, OUTPUT_LOGGER) << "Created display " << name << " with address " << int{address} << ".";
}