mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Add new device images
This commit is contained in:
parent
8e58cd6c0b
commit
8e27d9ad74
8 changed files with 142 additions and 4 deletions
12
Meshtastic/Assets.xcassets/HELTECV4.imageset/Contents.json
vendored
Normal file
12
Meshtastic/Assets.xcassets/HELTECV4.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "heltec_v4.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
1
Meshtastic/Assets.xcassets/HELTECV4.imageset/heltec_v4.svg
vendored
Normal file
1
Meshtastic/Assets.xcassets/HELTECV4.imageset/heltec_v4.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 36 KiB |
12
Meshtastic/Assets.xcassets/THINKNODEM3.imageset/Contents.json
vendored
Normal file
12
Meshtastic/Assets.xcassets/THINKNODEM3.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "thinknode_m3.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
1
Meshtastic/Assets.xcassets/THINKNODEM3.imageset/thinknode_m3.svg
vendored
Normal file
1
Meshtastic/Assets.xcassets/THINKNODEM3.imageset/thinknode_m3.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 8.9 KiB |
12
Meshtastic/Assets.xcassets/THINKNODEM4.imageset/Contents.json
vendored
Normal file
12
Meshtastic/Assets.xcassets/THINKNODEM4.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "thinknode_m4.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
1
Meshtastic/Assets.xcassets/THINKNODEM4.imageset/thinknode_m4.svg
vendored
Normal file
1
Meshtastic/Assets.xcassets/THINKNODEM4.imageset/thinknode_m4.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 95 KiB |
|
|
@ -76,6 +76,8 @@ extension UserEntity {
|
|||
return "HELTECMESHNODET114"
|
||||
case "HELTECV3":
|
||||
return "HELTECV3"
|
||||
case "HELTECV4":
|
||||
return "HELTECV4"
|
||||
case "HELTECMESHPOCKET":
|
||||
return "HELTECMESHPOCKET"
|
||||
case "HELTECVISIONMASTERE213":
|
||||
|
|
@ -139,6 +141,15 @@ extension UserEntity {
|
|||
return "MUZIR1NEO"
|
||||
case "STATIONG2":
|
||||
return "STATIONG2"
|
||||
/// Elecrow
|
||||
case "THINKNODEM1":
|
||||
return "THINKNODEM1"
|
||||
case "THINKNODEM2":
|
||||
return "THINKNODEM2"
|
||||
case "THINKNODEM3":
|
||||
return "THINKNODEM3"
|
||||
case "THINKNODEM3":
|
||||
return "THINKNODEM4"
|
||||
/// DIY Devices
|
||||
case "RPIPICO":
|
||||
return "RPIPICO"
|
||||
|
|
|
|||
|
|
@ -908,6 +908,22 @@
|
|||
"thinknode_m2.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 93,
|
||||
"hwModelSlug": "MUZI_BASE",
|
||||
"platformioTarget": "muzi-base",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": false,
|
||||
"supportLevel": 1,
|
||||
"displayName": "muzi base",
|
||||
"tags": [
|
||||
"muzi"
|
||||
],
|
||||
"requiresDfu": true,
|
||||
"images": [
|
||||
"muzi_base.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 94,
|
||||
"hwModelSlug": "HELTEC_MESH_POCKET",
|
||||
|
|
@ -923,7 +939,28 @@
|
|||
"heltec_mesh_pocket.svg"
|
||||
],
|
||||
"requiresDfu": true,
|
||||
"hasInkHud": true
|
||||
"hasInkHud": true,
|
||||
"key": "HELTEC_MESH_POCKET",
|
||||
"variant": "10000mAh"
|
||||
},
|
||||
{
|
||||
"hwModel": 94,
|
||||
"hwModelSlug": "HELTEC_MESH_POCKET",
|
||||
"platformioTarget": "heltec-mesh-pocket-5000",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Heltec MeshPocket",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"images": [
|
||||
"heltec_mesh_pocket.svg"
|
||||
],
|
||||
"requiresDfu": true,
|
||||
"hasInkHud": true,
|
||||
"key": "HELTEC_MESH_POCKET",
|
||||
"variant": "5000mAh"
|
||||
},
|
||||
{
|
||||
"hwModel": 95,
|
||||
|
|
@ -1187,13 +1224,64 @@
|
|||
"hwModelSlug": "THINKNODE_M3",
|
||||
"platformioTarget": "thinknode_m3",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": false,
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "ThinkNode M3",
|
||||
"tags": [
|
||||
"Elecrow"
|
||||
],
|
||||
"requiresDfu": true
|
||||
"requiresDfu": true,
|
||||
"images": [
|
||||
"thinknode_m3.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 116,
|
||||
"hwModelSlug": "WISMESH_TAP_V2",
|
||||
"platformioTarget": "rak_wismesh_tap_v2",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": false,
|
||||
"supportLevel": 1,
|
||||
"displayName": "RAK WisMesh Tap V2",
|
||||
"tags": [
|
||||
"RAK"
|
||||
],
|
||||
"hasMui": true,
|
||||
"partitionScheme": "8MB",
|
||||
"images": [
|
||||
"rak-wismesh-tap-v2.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 119,
|
||||
"hwModelSlug": "THINKNODE_M4",
|
||||
"platformioTarget": "thinknode_m4",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": false,
|
||||
"supportLevel": 1,
|
||||
"displayName": "ThinkNode M4",
|
||||
"tags": [
|
||||
"Elecrow"
|
||||
],
|
||||
"requiresDfu": true,
|
||||
"images": [
|
||||
"thinknode_m4.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 120,
|
||||
"hwModelSlug": "THINKNODE_M6",
|
||||
"platformioTarget": "thinknode_m6",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": false,
|
||||
"supportLevel": 1,
|
||||
"displayName": "ThinkNode M6",
|
||||
"tags": [
|
||||
"Elecrow"
|
||||
],
|
||||
"requiresDfu": true,
|
||||
"images": [
|
||||
"thinknode_m6.svg"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue