vault / meshtastic-firmware / v2.0.13.7e27729
meshtastic-firmware @ v2.0.13.7e27729
integrity
- size
- 667.4 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
What's Changed
- Add QueueStatus sending to the firmware by @pavelb-techspark in https://github.com/meshtastic/firmware/pull/1820
- External Notification Hotfix by @caveman99 in https://github.com/meshtastic/firmware/pull/2097
- Make sure we dont use a multicast MAC for ethernet by @aanon4 in https://github.com/meshtastic/firmware/pull/2103
- Hydra gps troubleshooting by @thebentern in https://github.com/meshtastic/firmware/pull/2104
- Add initial support for BETAFPV ELRS Micro TX Module 2.4G with ESP32 CPU by @markbirss in https://github.com/meshtastic/firmware/pull/2108
- initial cleanup work by @caveman99 in https://github.com/meshtastic/firmware/pull/2106
- make a template class for API Server by @caveman99 in https://github.com/meshtastic/firmware/pull/2114
- RAK-4631 TX power output fix by @thebentern in https://github.com/meshtastic/firmware/pull/2116
- Turn of 3.3v rail on RAK-4631 on shutdown by @thebentern in https://github.com/meshtastic/firmware/pull/2119
- Find the downlink channel to post packet to. by @caveman99 in https://github.com/meshtastic/firmware/pull/2113
- Send NAK to API only upon duty cycle limit by @GUVWAF in https://github.com/meshtastic/firmware/pull/2121
- Allow time from phone to be sent to the mesh by @thebentern in https://github.com/meshtastic/firmware/pull/2123
- Don't send NodeInfo and DeviceTelemetry at high Tx air utilization by @GUVWAF in https://github.com/meshtastic/firmware/pull/2126
- Chance calculation for Nice TX. Still same value but dynamically based on duty cycle. by @caveman99 in https://github.com/meshtastic/firmware/pull/2129
- Remove DEBUG_HEAP flag from esp32 pio config on release by @thebentern in https://github.com/meshtastic/firmware/pull/2132
- re-merge fixes by @lesykm by @thebentern in https://github.com/meshtastic/firmware/pull/2137
New Contributors
- @pavelb-techspark made their first contribution in https://github.com/meshtastic/firmware/pull/1820
- @aanon4 made their first contribution in https://github.com/meshtastic/firmware/pull/2103
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.0.12.2400dd4...v2.0.13.7e27729
download
unix · zip
curl -fL -o v2.0.13.7e27729.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.13.7e27729.zip
printf '%s %s\n' 'beb5c2c764eb103bbdd750511485ae78ed3ec558183110076758c240c4eb6e76' 'v2.0.13.7e27729.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.13.7e27729.zip"
$out = "v2.0.13.7e27729.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "beb5c2c764eb103bbdd750511485ae78ed3ec558183110076758c240c4eb6e76") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.13.7e27729.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.13.7e27729.tar.gz
printf '%s %s\n' '4f4cb284c605c020d649d6abb6a3dbe7448a7196a0eb56f52309b7218742e5b1' 'v2.0.13.7e27729.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.13.7e27729.tar.gz"
$out = "v2.0.13.7e27729.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4f4cb284c605c020d649d6abb6a3dbe7448a7196a0eb56f52309b7218742e5b1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.13.7e27729.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.13.7e27729.zip
printf '%s %s\n' 'beb5c2c764eb103bbdd750511485ae78ed3ec558183110076758c240c4eb6e76' 'v2.0.13.7e27729.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.13.7e27729.zip"
$out = "v2.0.13.7e27729.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "beb5c2c764eb103bbdd750511485ae78ed3ec558183110076758c240c4eb6e76") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.13.7e27729.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.13.7e27729.tar.gz
printf '%s %s\n' '4f4cb284c605c020d649d6abb6a3dbe7448a7196a0eb56f52309b7218742e5b1' 'v2.0.13.7e27729.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.13.7e27729.tar.gz"
$out = "v2.0.13.7e27729.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4f4cb284c605c020d649d6abb6a3dbe7448a7196a0eb56f52309b7218742e5b1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.13.7e27729.zip | zip | 674.8 KiB |
blake3-24 62a148e338bf0ae1b933e05c559492f10542d0f85e088a18
sha256 beb5c2c764eb103bbdd750511485ae78ed3ec558183110076758c240c4eb6e76
sha1 1a74cd7a81b1b691cf01cab0f63d9b99c7c4af8e
|
| v2.0.13.7e27729.tar.gz | tar.gz | 440.7 KiB |
blake3-24 f6dd5b6987e695d51f0ace508483ebcf265f66b86c51a426
sha256 4f4cb284c605c020d649d6abb6a3dbe7448a7196a0eb56f52309b7218742e5b1
sha1 a8fb6bb142ea263ab632447573a97b1fda66a09e
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.13.7e27729.tar.gz"],
integrity = "sha256-T0yyhMYFwCDWSdartqPb50SKcZag61b1Iwm3IYdC5bE=",
strip_prefix = "meshtastic-firmware-v2.0.13.7e27729",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.13.7e27729.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.13.7e27729.tar.gz"],
integrity = "sha256-T0yyhMYFwCDWSdartqPb50SKcZag61b1Iwm3IYdC5bE=",
strip_prefix = "meshtastic-firmware-v2.0.13.7e27729",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.13.7e27729.tar.gz",