Skip to content

Releases: Max-Plastix/tbeam-helium-mapper

v1.7.8

10 Dec 21:20
00cec9c
Compare
Choose a tag to compare

Updates to match new AU bandplan from @mcauser (Thanks!)

A zillion spelling fixes, also by @mcauser (Thanks again!)

v1.7.7

08 May 19:29
Compare
Choose a tag to compare

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

02 Apr 04:22
Compare
Choose a tag to compare

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

08 Feb 00:29
Compare
Choose a tag to compare

Full Changelog: v1.6.5...v1.7.5

v1.7.1-beta

27 Jan 06:39
Compare
Choose a tag to compare
v1.7.1-beta Pre-release
Pre-release

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

24 Jan 04:33
Compare
Choose a tag to compare

Minor cleanup & prep for deeper sleep modes.
Added Screen Off idle timeout.

v1.6.4

20 Jan 23:00
Compare
Choose a tag to compare

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

28 Dec 21:47
Compare
Choose a tag to compare

Added GPS reset and better documentation around Credential configuration.

Full Changelog: v1.6.1...v1.6.2

v1.6.1

25 Dec 07:58
Compare
Choose a tag to compare

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

22 Dec 23:16
Compare
Choose a tag to compare

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.