Skip to content

Commit 0beecd4

Browse files
authored
Added OTA support for Arduino ESP32 and UNO R4 boards (#148)
* Added support for Arduino ESP32 OTA * Added support for UNO R4
1 parent 5b052ed commit 0beecd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: command/ota/generate.go

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ 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",
44+
"arduino:renesas_uno:unor4wifi": "1002",
4345
}
4446
esp32MagicNumberPart1 = "4553"
4547
esp32MagicNumberPart2 = "5033"

0 commit comments

Comments
 (0)