From 10aa2177010c048096437cbba829a42f9c4a50bc Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:42:38 +0100 Subject: [PATCH] arduino_nano_esp32.json: flash recovery image --- boards/arduino_nano_esp32.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/boards/arduino_nano_esp32.json b/boards/arduino_nano_esp32.json index 737d194..4d72679 100644 --- a/boards/arduino_nano_esp32.json +++ b/boards/arduino_nano_esp32.json @@ -41,6 +41,14 @@ ], "name": "Arduino Nano ESP32", "upload": { + "arduino": { + "flash_extra_images": [ + [ + "0xf70000", + "variants/arduino_nano_nora/extra/nora_recovery/nora_recovery.ino.bin" + ] + ] + }, "flash_size": "16MB", "maximum_ram_size": 327680, "maximum_size": 16777216,