mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2026-01-01 14:19:13 +03:00
12 lines
164 B
C++
12 lines
164 B
C++
#include "helpers.h"
|
|
|
|
namespace esphome
|
|
{
|
|
namespace helpers
|
|
{
|
|
|
|
uint32_t TimerManager::_millis = 0;
|
|
|
|
} // namespace helpers
|
|
|
|
} // namespace GrKoR
|