mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2026-01-02 06:39:10 +03:00
v.1 beta 1 initial commit
This commit is contained in:
12
components/aux_ac/helpers.cpp
Normal file
12
components/aux_ac/helpers.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "helpers.h"
|
||||
|
||||
namespace esphome
|
||||
{
|
||||
namespace helpers
|
||||
{
|
||||
|
||||
uint32_t TimerManager::_millis = 0;
|
||||
|
||||
} // namespace helpers
|
||||
|
||||
} // namespace GrKoR
|
||||
Reference in New Issue
Block a user