This commit is contained in:
Yuri Trikoz
2020-06-24 02:11:08 +03:00
parent f9933ea55e
commit cc3c17dfb2
3 changed files with 10 additions and 0 deletions

View File

@@ -93,6 +93,9 @@ void loop() {
#ifdef UDP_ENABLED
loopUdp();
#endif
loopSerial();
ts.update();
}