mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-08 20:44:58 +00:00
Compare commits
2 Commits
64def246ee
...
cb0519dd9c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cb0519dd9c | ||
![]() |
9db51a72a4 |
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,8 +1,9 @@
|
|||||||
meshtasticd (2.5.21.0) UNRELEASED; urgency=medium
|
meshtasticd (2.5.22.0) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Initial packaging
|
* Initial packaging
|
||||||
* GitHub Actions Automatic version bump
|
* GitHub Actions Automatic version bump
|
||||||
* GitHub Actions Automatic version bump
|
* GitHub Actions Automatic version bump
|
||||||
* GitHub Actions Automatic version bump
|
* GitHub Actions Automatic version bump
|
||||||
|
* GitHub Actions Automatic version bump
|
||||||
|
|
||||||
-- Austin Lane <github-actions[bot]@users.noreply.github.com> Sat, 25 Jan 2025 01:39:16 +0000
|
-- Austin Lane <github-actions[bot]@users.noreply.github.com> Wed, 05 Feb 2025 01:10:33 +0000
|
||||||
|
@ -407,7 +407,7 @@ bool NodeDB::resetRadioConfig(bool factory_reset)
|
|||||||
rebootAtMsec = millis() + (5 * 1000);
|
rebootAtMsec = millis() + (5 * 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (defined(T_DECK) || defined(T_WATCH_S3) || defined(UNPHONE) || defined(PICOMPUTER_S3)) && defined(HAS_TFT)
|
#if (defined(T_DECK) || defined(T_WATCH_S3) || defined(UNPHONE) || defined(PICOMPUTER_S3)) && HAS_TFT
|
||||||
// as long as PhoneAPI shares BT and TFT app switch BT off
|
// as long as PhoneAPI shares BT and TFT app switch BT off
|
||||||
config.bluetooth.enabled = false;
|
config.bluetooth.enabled = false;
|
||||||
if (moduleConfig.external_notification.nag_timeout == 60)
|
if (moduleConfig.external_notification.nag_timeout == 60)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[VERSION]
|
[VERSION]
|
||||||
major = 2
|
major = 2
|
||||||
minor = 5
|
minor = 5
|
||||||
build = 21
|
build = 22
|
||||||
|
Loading…
Reference in New Issue
Block a user