vault / meshtastic-firmware / v2.0.23.7bb281d
meshtastic-firmware @ v2.0.23.7bb281d
integrity
- size
- 700.8 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
When using this firmware, it is recommended to update all your devices if they are using version 2.0.20 or lower.
Bug fixes
- Fixed: Tlora-t3s3-v1 SX1262 firmware reboots continuously (#2308) by @mverch67 in https://github.com/meshtastic/firmware/pull/2315
- Fix overlapping of GPS message on screen carousel #1 by @code8buster in https://github.com/meshtastic/firmware/pull/2314
- Added BlueFruit reference code by @thebentern in https://github.com/meshtastic/firmware/pull/2312
New Additions and Enhancments
- Add Hardware: BetaFPV 900 Nano TX by @MisterRager in https://github.com/meshtastic/firmware/pull/2249
- Increase nextTx time of pending retransmissions when sending/receiving another packet by @GUVWAF in https://github.com/meshtastic
New Contributors
- @mverch67 made their first contribution in https://github.com/meshtastic/firmware/pull/2315
- @MisterRager made their first contribution in https://github.com/meshtastic/firmware/pull/2249
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.0.22.fbfd0f1...v2.0.23.7bb281d
download
unix · zip
curl -fL -o v2.0.23.7bb281d.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.23.7bb281d.zip
printf '%s %s\n' 'cb5d9d1f5db58acdd81c337e6c44973b47c84963ad12f71c1c1ac8b1844a5160' 'v2.0.23.7bb281d.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.23.7bb281d.zip"
$out = "v2.0.23.7bb281d.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cb5d9d1f5db58acdd81c337e6c44973b47c84963ad12f71c1c1ac8b1844a5160") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.23.7bb281d.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.23.7bb281d.tar.gz
printf '%s %s\n' 'ecdce5dddc97516ba55ce237ae552a90083f74b45d3aa1fc104dd2d27122c653' 'v2.0.23.7bb281d.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.23.7bb281d.tar.gz"
$out = "v2.0.23.7bb281d.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ecdce5dddc97516ba55ce237ae552a90083f74b45d3aa1fc104dd2d27122c653") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.23.7bb281d.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.23.7bb281d.zip
printf '%s %s\n' 'cb5d9d1f5db58acdd81c337e6c44973b47c84963ad12f71c1c1ac8b1844a5160' 'v2.0.23.7bb281d.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.23.7bb281d.zip"
$out = "v2.0.23.7bb281d.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cb5d9d1f5db58acdd81c337e6c44973b47c84963ad12f71c1c1ac8b1844a5160") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.23.7bb281d.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.23.7bb281d.tar.gz
printf '%s %s\n' 'ecdce5dddc97516ba55ce237ae552a90083f74b45d3aa1fc104dd2d27122c653' 'v2.0.23.7bb281d.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.23.7bb281d.tar.gz"
$out = "v2.0.23.7bb281d.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ecdce5dddc97516ba55ce237ae552a90083f74b45d3aa1fc104dd2d27122c653") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.23.7bb281d.zip | zip | 708.9 KiB |
blake3-24 9229d6d0aac15fece5fd3d72ceb1f705be31fbc16f23f13a
sha256 cb5d9d1f5db58acdd81c337e6c44973b47c84963ad12f71c1c1ac8b1844a5160
sha1 b716a3be7b5fce87fdd065547a757f441e423819
|
| v2.0.23.7bb281d.tar.gz | tar.gz | 462.1 KiB |
blake3-24 491e15cf63a366453e358030e8652a59f88eebf4ba8d671d
sha256 ecdce5dddc97516ba55ce237ae552a90083f74b45d3aa1fc104dd2d27122c653
sha1 1fbf92a1c75ef00aeddb1e4222adb29628f522fb
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.23.7bb281d.tar.gz"],
integrity = "sha256-7Nzl3dyXUWulXOI3rlUqkAg/dLRdOqH8EE3S0nEixlM=",
strip_prefix = "meshtastic-firmware-v2.0.23.7bb281d",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.23.7bb281d.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.23.7bb281d.tar.gz"],
integrity = "sha256-7Nzl3dyXUWulXOI3rlUqkAg/dLRdOqH8EE3S0nEixlM=",
strip_prefix = "meshtastic-firmware-v2.0.23.7bb281d",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.23.7bb281d.tar.gz",