Skip to content

Commit 5be540c

Browse files
committed
Added support for Arduino ESP32 OTA
1 parent 5b052ed commit 5be540c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

command/ota/generate.go

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var (
4040
"arduino:mbed_nicla:nicla_vision": "025F",
4141
"arduino:mbed_opta:opta": "0064",
4242
"arduino:mbed_giga:giga": "0266",
43+
"arduino:esp32:nano_nora": "0070",
4344
}
4445
esp32MagicNumberPart1 = "4553"
4546
esp32MagicNumberPart2 = "5033"

0 commit comments

Comments
 (0)