mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
optimize for uuid
This commit is contained in:
@@ -18,10 +18,12 @@
|
||||
|
||||
#include "emsesp.h"
|
||||
|
||||
static emsesp::EMSESP application;
|
||||
|
||||
void setup() {
|
||||
emsesp::EMSESP::start();
|
||||
application.start();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
emsesp::EMSESP::loop();
|
||||
application.loop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user