* build fixes

Bu işleme şunda yer alıyor:
Scott Powell
2025-03-24 13:11:08 +11:00
ebeveyn 16039eebfb
işleme f33e1b22b3
2 değiştirilmiş dosya ile 6 ekleme ve 0 silme
+3
Dosyayı Görüntüle
@@ -1,6 +1,8 @@
#include <Arduino.h> #include <Arduino.h>
#include "TechoBoard.h" #include "TechoBoard.h"
#ifdef LILYGO_TECHO
#include <bluefruit.h> #include <bluefruit.h>
#include <Wire.h> #include <Wire.h>
@@ -98,3 +100,4 @@ bool TechoBoard::startOTAUpdate(const char* id, char reply[]) {
strcpy(reply, "OK - started"); strcpy(reply, "OK - started");
return true; return true;
} }
#endif
+3
Dosyayı Görüntüle
@@ -52,6 +52,9 @@ build_flags =
-D ROOM_PASSWORD='"hello"' -D ROOM_PASSWORD='"hello"'
; -D MESH_PACKET_LOGGING=1 ; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1 ; -D MESH_DEBUG=1
lib_deps =
${Xiao_S3_WIO.lib_deps}
${esp32_ota.lib_deps}
[env:Xiao_S3_WIO_terminal_chat] [env:Xiao_S3_WIO_terminal_chat]
extends = Xiao_S3_WIO extends = Xiao_S3_WIO