vault / meshtastic-firmware / v2.3.13.83f5ba0
meshtastic-firmware @ v2.3.13.83f5ba0
integrity
- size
- 1.5 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Enhancements
- Rak10701: support touchscreen by @DanielCao0 in https://github.com/meshtastic/firmware/pull/4104
- New Device, Radiomaster Bandit Micro by @gjelsoe in https://github.com/meshtastic/firmware/pull/4077
- Add support for BMX160/RAK12034 compass module by @jp-bennett in https://github.com/meshtastic/firmware/pull/4021
- Add wind speed and direction to mqtt json output by @tavdog in https://github.com/meshtastic/firmware/pull/4080
- Workaround to disable bluetooth on NRF52 by @todd-herbert in https://github.com/meshtastic/firmware/pull/4055
- Add Heltec Capsule Sensor V3 to the Meshtastic source code by @Heltec-Aaron-Lee in https://github.com/meshtastic/firmware/pull/4086
- Feature-mqtt: add hop_start and hop_limit to MQTT uplink by @ab0oo in https://github.com/meshtastic/firmware/pull/4088
- Update nrf52 platform to 10.5.0 by @thebentern in https://github.com/meshtastic/firmware/pull/4113
- E-Ink screensaver validates short name by @todd-herbert in https://github.com/meshtastic/firmware/pull/4115
- Add NAU7802 based scale controller. by @caveman99 in https://github.com/meshtastic/firmware/pull/4092
- Add RAKwireless WisMesh Hub (RAK2560/RAK9154) by @beegee-tokyo in https://github.com/meshtastic/firmware/pull/4117
- Add rak4631_dap variant for debugging with NanoDAP debug probe device. by @geeksville in https://github.com/meshtastic/firmware/pull/4123
Bug fixes
- Fix uBlox M10 GPS doesn't sleep if device is switched off by @craft4tnt in https://github.com/meshtastic/firmware/pull/4062
- Fix compiler warnings by @thebentern in https://github.com/meshtastic/firmware/pull/4112
- GPS: short update intervals, lock-time prediction by @todd-herbert in https://github.com/meshtastic/firmware/pull/4070
- Ensure data directory ownership is with mesh user by @wnagele in https://github.com/meshtastic/firmware/pull/4097
- Relax changes from #4001 to allow GPS and NTP as trusted sources by @wnagele in https://github.com/meshtastic/firmware/pull/4068
- Update OLED ref by @todd-herbert in https://github.com/meshtastic/firmware/pull/4125
New Contributors
- @craft4tnt made their first contribution in https://github.com/meshtastic/firmware/pull/4062
- @ab0oo made their first contribution in https://github.com/meshtastic/firmware/pull/4088
- @DanielCao0 made their first contribution in https://github.com/meshtastic/firmware/pull/4104
- @beegee-tokyo made their first contribution in https://github.com/meshtastic/firmware/pull/4117
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.3.12.24458a7...v2.3.13.83f5ba0
download
unix · zip
curl -fL -o v2.3.13.83f5ba0.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.13.83f5ba0.zip
printf '%s %s\n' '7882d0dd139b0cf0b8135e67307a3578f9a5ede2dfba5896dc4d0cbe05802a41' 'v2.3.13.83f5ba0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.13.83f5ba0.zip"
$out = "v2.3.13.83f5ba0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7882d0dd139b0cf0b8135e67307a3578f9a5ede2dfba5896dc4d0cbe05802a41") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.13.83f5ba0.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.13.83f5ba0.tar.gz
printf '%s %s\n' '4c54b5e020652e46dc2840f1a6f0f686a0210474c6078a4ba930db26ca3453c7' 'v2.3.13.83f5ba0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.13.83f5ba0.tar.gz"
$out = "v2.3.13.83f5ba0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4c54b5e020652e46dc2840f1a6f0f686a0210474c6078a4ba930db26ca3453c7") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.13.83f5ba0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.13.83f5ba0.zip
printf '%s %s\n' '7882d0dd139b0cf0b8135e67307a3578f9a5ede2dfba5896dc4d0cbe05802a41' 'v2.3.13.83f5ba0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.13.83f5ba0.zip"
$out = "v2.3.13.83f5ba0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7882d0dd139b0cf0b8135e67307a3578f9a5ede2dfba5896dc4d0cbe05802a41") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.13.83f5ba0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.13.83f5ba0.tar.gz
printf '%s %s\n' '4c54b5e020652e46dc2840f1a6f0f686a0210474c6078a4ba930db26ca3453c7' 'v2.3.13.83f5ba0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.13.83f5ba0.tar.gz"
$out = "v2.3.13.83f5ba0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4c54b5e020652e46dc2840f1a6f0f686a0210474c6078a4ba930db26ca3453c7") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.13.83f5ba0.zip | zip | 1.5 MiB |
blake3-24 5a422aa012ad18b68285cd118d7cd71ab407bd12839a24b1
sha256 7882d0dd139b0cf0b8135e67307a3578f9a5ede2dfba5896dc4d0cbe05802a41
sha1 81f80662621c2b412db367dafd482e194be8bc2f
|
| v2.3.13.83f5ba0.tar.gz | tar.gz | 1.1 MiB |
blake3-24 30813f8035eb098cd0dd060ca69e60d6673840a342e4eef9
sha256 4c54b5e020652e46dc2840f1a6f0f686a0210474c6078a4ba930db26ca3453c7
sha1 adcdcf7ae5c747ef390fb759b136a0c1a4324991
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.13.83f5ba0.tar.gz"],
integrity = "sha256-TFS14CBlLkbcKEDxpvD2hqAhBHTGB4pLqTDbJso0U8c=",
strip_prefix = "meshtastic-firmware-v2.3.13.83f5ba0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.13.83f5ba0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.13.83f5ba0.tar.gz"],
integrity = "sha256-TFS14CBlLkbcKEDxpvD2hqAhBHTGB4pLqTDbJso0U8c=",
strip_prefix = "meshtastic-firmware-v2.3.13.83f5ba0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.13.83f5ba0.tar.gz",