Firmware: fix lint

This commit is contained in:
Erki 2024-02-11 10:29:43 +02:00
parent f098154b8d
commit a763095f96

View File

@ -174,7 +174,7 @@ void run(const char* wifi_ssid, const char* wifi_password)
{
char time_buf[64];
std::time_t time_now;
std::tm time_info;
std::tm time_info{};
std::time(&time_now);
localtime_r(&time_now, &time_info);