File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -27,26 +27,6 @@ import (
2727)
2828
2929
30- var (
31- arduinoVendorID = "2341"
32- arduinoFqbnToPID = map [string ]string {
33- "arduino:samd:nano_33_iot" : "8057" ,
34- "arduino:samd:mkr1000" : "804E" ,
35- "arduino:samd:mkrgsm1400" : "8052" ,
36- "arduino:samd:mkrnb1500" : "8055" ,
37- "arduino:samd:mkrwifi1010" : "8054" ,
38- "arduino:mbed_nano:nanorp2040connect" : "005E" ,
39- "arduino:mbed_portenta:envie_m7" : "025B" ,
40- "arduino:mbed_nicla:nicla_vision" : "025F" ,
41- "arduino:mbed_opta:opta" : "0064" ,
42- "arduino:mbed_giga:giga" : "0266" ,
43- "arduino:esp32:nano_nora" : "0070" ,
44- "arduino:renesas_uno:unor4wifi" : "1002" ,
45- }
46- esp32MagicNumberPart1 = "4553"
47- esp32MagicNumberPart2 = "5033"
48- )
49-
5030// Generate takes a .bin file and generates a .ota file.
5131func Generate (binFile string , outFile string , fqbn string ) error {
5232
You can’t perform that action at this time.
0 commit comments