diff --git a/MeshMapper_WebClient.code-workspace b/MeshMapper_WebClient.code-workspace new file mode 100644 index 0000000..ef9f5d2 --- /dev/null +++ b/MeshMapper_WebClient.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +} \ No newline at end of file diff --git a/content/device-models.json b/content/device-models.json index 8945fab..c183658 100644 --- a/content/device-models.json +++ b/content/device-models.json @@ -211,6 +211,22 @@ "txPower": 22, "notes": "STM32WLE5 integrated LoRa" }, + { + "manufacturer": "Seeed Wio Tracker L1", + "shortName": "Seeed Wio Tracker L1", + "power": 0.3, + "platform": "nrf52", + "txPower": 22, + "notes": "Seeed Wio Tracker L1" + }, + { + "manufacturer": "Seeed Tracker T1000", + "shortName": "Seeed Tracker T1000", + "power": 0.3, + "platform": "nrf52", + "txPower": 22, + "notes": "Seeed Tracker T1000" + }, { "manufacturer": "Xiao C3", "shortName": "Xiao C3",