diff --git a/androidApp/src/main/assets/device_hardware.json b/androidApp/src/main/assets/device_hardware.json
index dc8034702..e5527f510 100644
--- a/androidApp/src/main/assets/device_hardware.json
+++ b/androidApp/src/main/assets/device_hardware.json
@@ -1488,5 +1488,17 @@
"images": [
"tlora-c6.svg"
]
+ },
+ {
+ "hwModel": 133,
+ "hwModelSlug": "HELTEC_MESH_NODE_T1",
+ "platformioTarget": "heltec-mesh-node-t1",
+ "architecture": "nrf52840",
+ "activelySupported": false,
+ "supportLevel": 1,
+ "displayName": "Heltec Mesh Node T1",
+ "tags": [
+ "Heltec"
+ ]
}
]
\ No newline at end of file
diff --git a/androidApp/src/main/assets/firmware_releases.json b/androidApp/src/main/assets/firmware_releases.json
index 9bd42ac16..ed989355b 100644
--- a/androidApp/src/main/assets/firmware_releases.json
+++ b/androidApp/src/main/assets/firmware_releases.json
@@ -188,12 +188,30 @@
]
},
"pullRequests": [
+ {
+ "id": "10793",
+ "title": "Portduino WASM hello world",
+ "page_url": "https://github.com/meshtastic/firmware/pull/10793",
+ "zip_url": "https://img.shields.io/badge/Flash_this_PR_in_the_Web_Flasher-2C2D3C?style=for-the-badge"
+ },
{
"id": "10787",
"title": "Add TiltTelemetryModule for LIS3DH accelerometer mounts",
"page_url": "https://github.com/meshtastic/firmware/pull/10787",
"zip_url": "https://discord.com/invite/meshtastic"
},
+ {
+ "id": "10785",
+ "title": "InkHUD: add offline map tile backgrounds and zoom controls",
+ "page_url": "https://github.com/meshtastic/firmware/pull/10785",
+ "zip_url": "https://img.shields.io/badge/Flash_this_PR_in_the_Web_Flasher-2C2D3C?style=for-the-badge"
+ },
+ {
+ "id": "10784",
+ "title": "build(native-macos): enable UDP multicast mesh",
+ "page_url": "https://github.com/meshtastic/firmware/pull/10784",
+ "zip_url": "https://img.shields.io/badge/Flash_this_PR_in_the_Web_Flasher-2C2D3C?style=for-the-badge"
+ },
{
"id": "10783",
"title": "Update LovyanGFX to v1.2.24",
@@ -283,12 +301,6 @@
"title": "Heltec Vision Master E213: enable 32768hz crystal osc for rtc",
"page_url": "https://github.com/meshtastic/firmware/pull/10689",
"zip_url": "https://discord.com/invite/meshtastic"
- },
- {
- "id": "10677",
- "title": "Add native Portduino malloc shim",
- "page_url": "https://github.com/meshtastic/firmware/pull/10677",
- "zip_url": "https://img.shields.io/badge/Flash_this_PR_in_the_Web_Flasher-2C2D3C?style=for-the-badge"
}
]
}
\ No newline at end of file
diff --git a/core/resources/src/commonMain/composeResources/values-bg/strings.xml b/core/resources/src/commonMain/composeResources/values-bg/strings.xml
index ea665a8ad..be6037ac7 100644
--- a/core/resources/src/commonMain/composeResources/values-bg/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-bg/strings.xml
@@ -676,8 +676,6 @@
Не се виждат мрежови устройства
Няма налични показатели PAX
Няма намерени USB устройства
- Свързване на устройството чрез сериен или USB порт.
- Не се виждат USB устройства
(%1$d онлайн / %2$d показани / %3$d общо)
Изключване на инфраструктурата
diff --git a/core/resources/src/commonMain/composeResources/values-cs/strings.xml b/core/resources/src/commonMain/composeResources/values-cs/strings.xml
index 55e9b108d..5ec495e9b 100644
--- a/core/resources/src/commonMain/composeResources/values-cs/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-cs/strings.xml
@@ -661,8 +661,6 @@
Ujistěte se, že jste připojeni ke stejné síti jako zařízení.
Nenalezena žádná síťová zařízení
Nenalezena žádná USB zařízení
- Připojte zařízení přes sériové rozhraní nebo USB.
- Nenalezena žádná USB zařízení
(%1$d online / %2$d zobrazeno / %3$d celkem)
Vyloučit infrastrukturu
diff --git a/core/resources/src/commonMain/composeResources/values-de/strings.xml b/core/resources/src/commonMain/composeResources/values-de/strings.xml
index 3a88934a7..c438a4a29 100644
--- a/core/resources/src/commonMain/composeResources/values-de/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-de/strings.xml
@@ -843,8 +843,6 @@
Kein Netzwerkgerät gefunden
Keine Daten für den Besucherzähler verfügbar.
Kein USB-Gerät gefunden.
- Verbinde das Gerät über den seriellen Anschluß oder USB.
- Kein USB-Gerät gefunden
(%1$d online / %2$d angezeigt / %3$d gesamt)
Infrastruktur ausschließen
diff --git a/core/resources/src/commonMain/composeResources/values-et/strings.xml b/core/resources/src/commonMain/composeResources/values-et/strings.xml
index 9a95f0e2b..b0c4552a5 100644
--- a/core/resources/src/commonMain/composeResources/values-et/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-et/strings.xml
@@ -950,8 +950,6 @@
Võrgu seadmeid ei tuvastatud
Pax mõõdikut pole saadaval.
USB seadmeid ei leitud
- Ühenda seade jadapordi või USB kaudu.
- USB seadmeid ei tuvastatud
(%1$d võrgus / %2$d näidatud / %3$d kokku)
Välista infrastruktuur
diff --git a/core/resources/src/commonMain/composeResources/values-fi/strings.xml b/core/resources/src/commonMain/composeResources/values-fi/strings.xml
index dd5e87eab..7a6030304 100644
--- a/core/resources/src/commonMain/composeResources/values-fi/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-fi/strings.xml
@@ -983,7 +983,7 @@
Verkkolaitteita ei löytynyt
PAX mittareita ei ole saatavilla.
USB-laitteita ei löytynyt
- Yhdistä laite sarjaliitännän tai USB:n kautta.
+ Yhdistä laite USB-datakaapelilla sarjaportin käyttöä varten.
USB-laitteita ei löytynyt
(%1$d yhdistetty / %2$d nähty / %3$d yhteensä)
diff --git a/core/resources/src/commonMain/composeResources/values-fr/strings.xml b/core/resources/src/commonMain/composeResources/values-fr/strings.xml
index c2d5ca792..b03b1e8b1 100644
--- a/core/resources/src/commonMain/composeResources/values-fr/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-fr/strings.xml
@@ -859,8 +859,6 @@
Aucun appareil réseau détecté
Aucune métrique PAX disponible.
Pas de périphérique USB trouvé
- Connectez le périphérique via le port série ou USB.
- Aucun appareil USB détecté
(%1$d en ligne / %2$d affichés / %3$d total)
Exclure les nœuds infrastructure
diff --git a/core/resources/src/commonMain/composeResources/values-ru/strings.xml b/core/resources/src/commonMain/composeResources/values-ru/strings.xml
index c7a590c8b..fda414ca7 100644
--- a/core/resources/src/commonMain/composeResources/values-ru/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-ru/strings.xml
@@ -845,8 +845,6 @@
Сетевые устройства не обнаружены
Метрики прохожих недоступны
Устройства USB не найдены
- Подключите устройство через последовательный порт или USB.
- USB-устройства не обнаружены
(онлайн %1$d / показано %2$d / всего %3$d)
Исключить инфраструктуру
diff --git a/core/resources/src/commonMain/composeResources/values-uk/strings.xml b/core/resources/src/commonMain/composeResources/values-uk/strings.xml
index 862ba54c0..04f01f45e 100644
--- a/core/resources/src/commonMain/composeResources/values-uk/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-uk/strings.xml
@@ -699,8 +699,6 @@
Мережеві пристрої не знайдені
Немає доступних показників PAX.
Не знайдений USB пристрій
- Підключіть пристрій через послідовний порт або USB.
- USB-пристроїв не виявлено
(%1$d онлайн / %2$d показані / %3$d загалом)
Виключити інфраструктуру
diff --git a/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml b/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml
index 1b499ad27..fc7137850 100644
--- a/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml
@@ -839,8 +839,6 @@
未偵測到網路裝置
無可用的 PAX 人流計量資料。
找不到 USB 裝置
- 請透過序列埠或 USB 連接裝置。
- 未偵測到 USB 裝置
(線上 %1$d / 顯示 %2$d / 總計 %3$d)
排除基礎架構