mirror of
https://github.com/dabeani/meshcore.git
synced 2026-03-28 17:42:43 +01:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe2ebb0de7 | ||
|
|
f7a6be099c | ||
|
|
0bd7b0d620 | ||
|
|
749d1f0fab | ||
|
|
d0a82ce5d5 | ||
|
|
29e614d554 | ||
|
|
d1f73a34da | ||
|
|
215a96066c | ||
|
|
d7eb6d87ea | ||
|
|
d90e198bf2 |
78
CHANGELOG.md
78
CHANGELOG.md
@@ -2,6 +2,84 @@
|
||||
|
||||
All notable changes to this project.
|
||||
|
||||
## [v0.9.9]
|
||||
|
||||
### Changed / Improved
|
||||
- updated to mescore v1.13.0
|
||||
- Initialize T-Deck I2S buzzer at boot (keeps it quiet when disabled) to avoid driver install from touch handlers and prevent UI lockups on LilyGo T-Deck.
|
||||
- Accept login-OK responses from alternate sender identities when the response matches expected formats (fixes repeater login stuck cases).
|
||||
- Adjusted conservative repeater request/timeout values and improved local CLI reply handling.
|
||||
- Repeater + RoomServer pending waits: Flood min 30s, Direct min 15s (applies to login and other admin requests).
|
||||
- Reduce idle CPU usage by yielding in the main loop (adaptive delay when screen is soft-off/no companion app connected) to improve power draw without changing functionality.
|
||||
- Add separate keyboard backlight timeout setting in Mgmt/UI (T-Deck Plus), independent of screen timeout and autolock.
|
||||
- Smooth fade when display/keyboard backlight turns off (soft-off / keyboard timeout) instead of snapping to black.
|
||||
- Persist Map "info bar" (altitude bar) toggle (T key) across reboots.
|
||||
- Moved "Custom QuickSend" configuration from Mgmt/UI to Mgmt/Messages.
|
||||
- reduce power use in display off/soft-off state by increasing idle sleep and skipping non-essential touch/gesture processing until wake.
|
||||
|
||||
### Fixed
|
||||
- Prevent UI freeze when toggling "All Sounds" after reboot on LilyGo T-Deck builds by ensuring I2S/buzzer hardware is initialized safely at boot.
|
||||
- Fix repeater login hanging when the OK response arrives from a different sender identity.
|
||||
- Harden Mgmt/Global "Reboot" to always restart on ESP32 (adds esp_restart() fallback and avoids sticky UI states).
|
||||
|
||||
---
|
||||
|
||||
## [v0.9.8]
|
||||
|
||||
### Added
|
||||
- Contacts / Room Server; added room login + Room Console (transcript + send + logout) under Contact Detail.
|
||||
- UI; added horizontal drag in text input fields to move the cursor (caret).
|
||||
- Contacts: added small `RSTPath` button in Contact Detail to reset a contact's route/path.
|
||||
- Power: added `PowerStatus` struct and `MainBoard::getPowerStatus()` helper; UI now reads consolidated power state for battery/charging/usb.
|
||||
- Power (T-Deck Plus): added configurable ADC multiplier / VBAT divider ratio support (`adc.multiplier`) to allow per-device calibration.
|
||||
- Mgmt / Contacts; added "Purge w/o favs" (purge all contacts except favourites).
|
||||
- Mgmt / GPS; show UBX accuracy estimate (hAcc) when available.
|
||||
- MAP (T-Deck Plus); added keyboard controls: W/A/S/D for panning, O/I for zoom in/out, R to recenter on self, T to toggle GPS/Zoom info window.
|
||||
- MAP; added zoom level indicator overlay that displays briefly when zoom changes (keyboard or touch).
|
||||
- MAP; added GPS info window (top-left) showing altitude, speed (km/h), and current zoom level in a compact 3-line display (toggleable with T key on T-Deck Plus).
|
||||
- UI; added autolock feature - can be configured in Mgmt / UI -> LOCK to automatically lock the UI after a period of inactivity. Unlock by holding the unlock button or touching and holding the screen for 2 seconds.
|
||||
- Mgmt / UI; added LOCK section with configurable Autolock toggle and Autolock Timer (seconds).
|
||||
|
||||
### Changed / Improved
|
||||
- Contacts; service contacts are no longer treated like normal DM targets:
|
||||
- Repeaters now route to Repeater Admin.
|
||||
- Room Servers now route to the Room Console.
|
||||
- UI; horizontal swipes that switch higher-level frames now require an edge swipe (keeps left/right scrolling available for the focused element).
|
||||
- UI (T-Deck Plus); trackball left/right no longer switches the bottom menu tabs.
|
||||
- UI (T-Deck Plus); when editing a text field, trackball left/right moves the text cursor (caret).
|
||||
- MAP; scroll/pan inputs now operate on the map view itself (instead of page-level scrolling).
|
||||
- Mgmt / UI Zoom can now be changed with "^" or "v" buttons.
|
||||
- Mgmt / Contacts; Auto Add Types can now be set with freely combinable toggles (USR/RPT/SRV/SNS/OW) when Auto Add is disabled.
|
||||
- Mgmt / Contacts; Auto Add Types now shows clearer labels (e.g., "USR (Users)").
|
||||
- Contacts / Repeater Admin; reorganized Login screen layout to prevent status text overlap and improve readability.
|
||||
- Contacts / Repeater Admin; added live login status lines (Direct/Flood send mode, wait countdown, result, role).
|
||||
- GNSS; u-blox M10 nav tuning (portable dynModel + auto fixMode) and 1Hz rate for weak-signal stability.
|
||||
- Mgmt / UI -> UI Zoom; improved zoom step granularity for finer control with extra buttons for more/less zoom.
|
||||
- MAP; zoom level now automatically persists when changed (via keyboard or touch), eliminating the need for manual default zoom configuration.
|
||||
- MAP; removed "Def. Zoom Lvl" setting from Mgmt / UI as zoom now auto-saves and restores on startup.
|
||||
- MAP; moved zoom level indicator to top-left position (stacks under GPS info window when active).
|
||||
- MAP; GPS accuracy circle now renders as an unfilled light-blue ring instead of a solid fill for better map visibility.
|
||||
- UI; autolock is now disabled by default and only engages when enabled in Mgmt / UI -> LOCK.
|
||||
|
||||
### Fixed
|
||||
- Contacts / Room Console; fixed transcript drawing over the "Room Console" title (partial refresh artifacts) and added a bordered transcript viewport.
|
||||
- MAP (T-Deck Plus); fixed reversed zoom hotkeys: I now zooms in and O zooms out.
|
||||
- DM editor; fixed being able to send DMs to Repeaters/Room Servers via existing DM threads (now blocked and redirected to the proper flow).
|
||||
- Mgmt / Log: touch scroll release no longer triggers a tap on the last touched point (prevents click-through when stopping a scroll).
|
||||
- Mgmt / Log: require a tap gesture before activating list actions to avoid scroll-release click-through.
|
||||
- Boards (T-Deck Plus): repaired corrupted header and fixed VBAT conversion to use the new configurable multiplier; prevents miscalibrated battery percentage readings.
|
||||
- Contacts / Repeater Admin: clear session and cached repeater data when leaving admin or switching repeaters (prevents stale values).
|
||||
- Contacts / Repeater Admin: direct routes now send direct logins/requests; flood is used only when no path is known.
|
||||
- UI: hide battery percentage while charging; avoid duplicated charging indicator.
|
||||
- Mgmt / Channels; fixed an issue where adding a new #hashtag channel could show "Channel exists" and could lead to duplicate message display.
|
||||
- Mgmt / UI; fixed Tiles Folder picker showing empty after reboot until Map was opened once.
|
||||
- MAP; fixed an issue while moving the map out of touch and after returning, where the map would jump back to the original position.
|
||||
- Contacts/Repeater Admin; fixed Login button hit-test offset in Contact Detail overlay.
|
||||
- Contacts/Repeater Admin; fixed repeater password NVS persistence detection (saved state) and empty-password save/load handling.
|
||||
- MSGS / Message details view; fixed the overscrolling of the top button bar.
|
||||
|
||||
---
|
||||
|
||||
## [v0.9.7]
|
||||
|
||||
### Added
|
||||
|
||||
69
license.txt
Normal file
69
license.txt
Normal file
@@ -0,0 +1,69 @@
|
||||
MeshCore Firmware Binary Distribution
|
||||
Copyright (c) 2025 Scott Powell / rippleradios.com
|
||||
|
||||
================================================================================
|
||||
MIT License
|
||||
================================================================================
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
This part includes improvements/changes done by Bernhard Marker:
|
||||
================================================================================
|
||||
Third-Party Software Attributions
|
||||
================================================================================
|
||||
|
||||
This software includes or makes use of the following third-party libraries:
|
||||
|
||||
- RadioLib (MIT) - Copyright (c) 2018 Jan Gromeš
|
||||
- Arduino Crypto Library (MIT) - Copyright (c) 2015 Rhys Weatherley
|
||||
- RTClib (MIT) - Copyright (c) Adafruit Industries
|
||||
- CayenneLPP (MIT) - Copyright (c) Electronic Cats
|
||||
- ArduinoJson (MIT) - Copyright (c) 2014-2024 Benoît Blanchon
|
||||
- ed25519 (Zlib) - Copyright (c) 2015 Orson Peters
|
||||
- LovyanGFX (BSD-2-Clause) - Copyright (c) lovyan03
|
||||
- Adafruit_LittleFS_stm32 (BSD-3-Clause) - Copyright (c) 2017 ARM Limited
|
||||
- SdFat (MIT) - Copyright (c) Bill Greiman
|
||||
- Sensirion I2C Libraries (BSD-3-Clause) - Copyright (c) Sensirion
|
||||
- CRC32 (MIT) - Copyright (c) bakercp
|
||||
- zlib_turbo (Zlib) - Copyright (c) BitBank Software
|
||||
- AsyncElegantOTA (MIT) - Copyright (c) 2019 Ayush Sharma
|
||||
- ESP32-targz (MIT) - Copyright (c) tobozo
|
||||
|
||||
ESP32 builds include:
|
||||
- ESPAsyncWebServer (LGPL-3.0) - Copyright (c) me-no-dev
|
||||
Source available at: https://github.com/me-no-dev/ESPAsyncWebServer
|
||||
|
||||
================================================================================
|
||||
OpenStreetMap Attribution
|
||||
================================================================================
|
||||
|
||||
This software downloads map tiles from OpenStreetMap at runtime when WiFi is
|
||||
available. Map data is licensed under the Open Database License (ODbL).
|
||||
|
||||
© OpenStreetMap contributors
|
||||
https://www.openstreetmap.org/copyright
|
||||
|
||||
Map tiles are not distributed with this software.
|
||||
|
||||
================================================================================
|
||||
Source Code Availability
|
||||
================================================================================
|
||||
|
||||
This is a binary-only distribution. The MIT License permits binary-only
|
||||
distribution without requiring source code disclosure.
|
||||
Reference in New Issue
Block a user