Этот коммит содержится в:
Scott Powell
2025-03-24 13:11:08 +11:00
родитель 16039eebfb
Коммит f33e1b22b3
2 изменённых файлов: 6 добавлений и 0 удалений
+3
Просмотреть файл
@@ -1,6 +1,8 @@
#include <Arduino.h>
#include "TechoBoard.h"
#ifdef LILYGO_TECHO
#include <bluefruit.h>
#include <Wire.h>
@@ -98,3 +100,4 @@ bool TechoBoard::startOTAUpdate(const char* id, char reply[]) {
strcpy(reply, "OK - started");
return true;
}
#endif