v.1 beta 1 initial commit

This commit is contained in:
GrKoR
2023-11-28 23:07:13 +03:00
parent 026a1d7cf2
commit 1b520d1515
19 changed files with 3604 additions and 4213 deletions

View File

@@ -0,0 +1,12 @@
#include "helpers.h"
namespace esphome
{
namespace helpers
{
uint32_t TimerManager::_millis = 0;
} // namespace helpers
} // namespace GrKoR