vault / meshtastic-firmware / 1.1.0
meshtastic-firmware @ 1.1.0
integrity
- size
- 19.4 MiB
- downloaded
- last checked
release notes
This is the first 1.1.0 series release.
Changes since 1.0.0:
- @a-f-G-U-C fixed a bug where bogus GPS positions could be reported while GPS was doing initial lock. #397
- @r51n added AU/NZ frequency ranges
- Limit transmit power to 13 dBm in Japan (regulatory) #346
- We were incorrectly setting transmit power too low on sx1262 based radios. The default is now 22 dBm.
- The max power users could selection for sx127x radios was too low. You can now set up to 23 dBm, the default is still 17 dBm.
- Added portunino support. Which currently enables development/debugging as a linux app (no need to run on ESP32/NRF52). Eventually will allow a much smaller/more portable version of the software on NRF52 devices and support for directly running meshtastic (with local radios) on Raspberry Piish boards directly. Alas, this feature is super alpha still and still not ready for 'users'.
download
unix · zip
curl -fL -o 1.1.0.zip https://ratatoskr.space/pkg/meshtastic-firmware/1.1.0.zip
printf '%s %s\n' 'ef2cfe662f1dcd5efee65515605b9c624704a3008179bc1b9d915ca1e786841a' '1.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/1.1.0.zip"
$out = "1.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ef2cfe662f1dcd5efee65515605b9c624704a3008179bc1b9d915ca1e786841a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.1.0.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/1.1.0.tar.gz
printf '%s %s\n' '26ed9711ea378ceaf10f5416303f23857faf61c22f709b3ef1f9b4089a2360dc' '1.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/1.1.0.tar.gz"
$out = "1.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "26ed9711ea378ceaf10f5416303f23857faf61c22f709b3ef1f9b4089a2360dc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/1.1.0.zip
printf '%s %s\n' 'ef2cfe662f1dcd5efee65515605b9c624704a3008179bc1b9d915ca1e786841a' '1.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/1.1.0.zip"
$out = "1.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ef2cfe662f1dcd5efee65515605b9c624704a3008179bc1b9d915ca1e786841a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/1.1.0.tar.gz
printf '%s %s\n' '26ed9711ea378ceaf10f5416303f23857faf61c22f709b3ef1f9b4089a2360dc' '1.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/1.1.0.tar.gz"
$out = "1.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "26ed9711ea378ceaf10f5416303f23857faf61c22f709b3ef1f9b4089a2360dc") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.1.0.zip | zip | 19.5 MiB |
blake3-24 df4d00c78ebe8a24e67a11819fd6755b8366be06b388c948
sha256 ef2cfe662f1dcd5efee65515605b9c624704a3008179bc1b9d915ca1e786841a
sha1 fab23839864bf1ba0404125902c66b71772fc56c
|
| 1.1.0.tar.gz | tar.gz | 19.4 MiB |
blake3-24 04211109a6350f734386694a665d948ac9bbaaf6f910bbe7
sha256 26ed9711ea378ceaf10f5416303f23857faf61c22f709b3ef1f9b4089a2360dc
sha1 2978dc5fe921b4cf0d665b92d90d9edfab712241
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/1.1.0.tar.gz"],
integrity = "sha256-Ju2XEeo3jOrxD1QWMD8jhX+vYcIvcJs+8fm0CJojYNw=",
strip_prefix = "meshtastic-firmware-1.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/1.1.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/1.1.0.tar.gz"],
integrity = "sha256-Ju2XEeo3jOrxD1QWMD8jhX+vYcIvcJs+8fm0CJojYNw=",
strip_prefix = "meshtastic-firmware-1.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/1.1.0.tar.gz",