DebugLog level in every header

This commit is contained in:
Emanuele Trabattoni
2025-07-14 11:35:19 +02:00
parent bdf3b9b41a
commit 53b82c32c3
9 changed files with 20 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
namespace drivers
{
S50140::S50140(drivers::MODBUS &bus, const uint8_t address) : m_bus(bus), m_address(address)
S50140::S50140(drivers::MODBUS &bus, const uint8_t address) : m_bus(bus), m_address(address), m_lastRequest(millis())
{
}
S50140::~S50140()