From ed92eb2fdb29ff28c204bb88621201e6f1e4fdc6 Mon Sep 17 00:00:00 2001 From: Miroslav Pivovarsky Date: Fri, 12 Jul 2024 21:46:45 +0200 Subject: [PATCH] update FW name for XIAO cam --- ESP32_PrusaConnectCam/module_XIAO_ESP32-S3-cam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32_PrusaConnectCam/module_XIAO_ESP32-S3-cam.h b/ESP32_PrusaConnectCam/module_XIAO_ESP32-S3-cam.h index 24b5381..8267c40 100644 --- a/ESP32_PrusaConnectCam/module_XIAO_ESP32-S3-cam.h +++ b/ESP32_PrusaConnectCam/module_XIAO_ESP32-S3-cam.h @@ -65,7 +65,7 @@ #define ENABLE_PSRAM true ///< Enable PSRAM /* --------------- OTA UPDATE CFG --------------*/ -#define OTA_UPDATE_FW_FILE PSTR("ESP32S3_EYE22.bin") ///< OTA update firmware file name +#define OTA_UPDATE_FW_FILE PSTR("XIAO_ESP32S3.bin") ///< OTA update firmware file name #define FW_STATUS_LED_PIN 21 ///< GPIO pin for status FW update LED #define FW_STATUS_LED_LEVEL_ON LOW ///< GPIO pin level for status LED ON