Releases: Max-Plastix/tbeam-helium-mapper
v1.7.8
v1.7.7
Pin library versions to those that build. Specifically not ready for the v4.0 espressif32 platform, as LMIC isn't compatible yet.
Full Changelog: v1.7.6...v1.7.7
v1.7.6
Disabled the GPS_Lost and USB power Uplink messages by default, as some found the resulting Integration error messages confusing.
Cleanup and tuning.
Full Changelog: v1.7.5...v1.7.6
v1.7.5
Full Changelog: v1.6.5...v1.7.5
v1.7.1-beta
Many changes in this version! It's probably not stable yet, but I'd be happy to see some Beta test reports.
The Mapper now supports a deeper sleep that turns OFF the GPS while waiting for USB, button press, or movement. This saves considerable power, allowing longer battery standby times.
The configuration.h parameters have changed, so read them over and adjust for your application.
If you don't have any need for low battery power, then the previous stable version v1.6.5 is recommended.
v1.6.5
Minor cleanup & prep for deeper sleep modes.
Added Screen Off idle timeout.
v1.6.4
Added 30 second screen idle timer to avoid OLED burn-in.
Also a Deadzone feature to inhibit uplinks within a geofenced area.
Fixed menu button detection in LowBattery conditions.
Expanded Prefs storage to include time/distance interval settings.
Full Changelog: v1.6.2...v1.6.4
v1.6.2
Added GPS reset and better documentation around Credential configuration.
Full Changelog: v1.6.1...v1.6.2
v1.6.1
Many changes in this release:
- New screen layout with two-line header
- Rudimentary Menu system! Press first button (near USB) to enter the menu. Press second button to select the highlighted option.
- More accurate SF reporting on the status
Full Changelog: v1.5.7...v1.6.1
v1.5.7
Many changes and fixes in this release.
- Red LED will turn on when sending a packet requesting Confirmation, and turn off when ACK is received. This allows an easy visual for whether the mapper is reaching the network or not.
- Changed screen display to have a 2-line header showing SF and BW as well as the Distance/Time interval setting.
- Each transmission now shows the FCount number (to match to Console view), as well as indications for confirmation request '?', packet sent '+', and Ack '!' packets.
- Fixed unwanted SF change after Confirmed packet send.
- Fixed some possible buffer overflows
- GPS now autobauds -- no GPS Reset step is necessary when coming from Meshtastic builds.
- GPS NMEA messages reduced and clocked faster for less busy time parsing.
- Current FCount is saved when Power Button shutdown is requested.