File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -673,5 +673,27 @@ export const deviceHardwareList: DeviceHardware[] = [
673673 tags : [ "Seeed" ] ,
674674 requiresDfu : true ,
675675 images : [ "seeed_xiao_nrf52_kit.svg" ]
676- }
676+ } ,
677+ {
678+ hwModel : 89 ,
679+ hwModelSlug : "THINKNODE_M1" ,
680+ platformioTarget : "thinknode_m1" ,
681+ architecture : "nrf52840" ,
682+ activelySupported : false ,
683+ supportLevel : 1 ,
684+ displayName : "ThinkNode M1" ,
685+ tags : [ "Elecrow" ] ,
686+ requiresDfu : true ,
687+ } ,
688+ {
689+ hwModel : 90 ,
690+ hwModelSlug : "THINKNODE_M2" ,
691+ platformioTarget : "thinknode_m2" ,
692+ architecture : "esp32-s3" ,
693+ activelySupported : false ,
694+ supportLevel : 1 ,
695+ displayName : "ThinkNode M2" ,
696+ tags : [ "Elecrow" ] ,
697+ requiresDfu : true ,
698+ }
677699] ;
You can’t perform that action at this time.
0 commit comments