Update main.cpp

This commit is contained in:
Siwat Sirichai 2024-01-11 00:10:44 +07:00
parent cb7038ee63
commit 631894c43f
1 changed files with 2 additions and 1 deletions

View File

@ -70,5 +70,6 @@ void setup()
void loop()
{
espmega.loop();
beginRoutine();
delay(10000);
}