Skip to content

Commit

Permalink
version bump for bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Sep 25, 2022
1 parent aed52db commit c50051a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## TTGO T-Beam Tracker for The Things Network

Current version: 1.2.2
Current version: 1.2.3

Uploads GPS data from the TTGO T-Beam to [The Things Network](https://www.thethingsnetwork.org) (TTN) and [TTN Mapper](https://ttnmapper.org) for tracking and determining signal strength of LoRaWAN gateways and nodes.

Expand Down
2 changes: 1 addition & 1 deletion main/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void ttn_register(void (*callback)(uint8_t message));
// -----------------------------------------------------------------------------

#define APP_NAME "TTN MAP-TRACK"
#define APP_VERSION "1.2.2"
#define APP_VERSION "1.2.3"

// -----------------------------------------------------------------------------
// Configuration
Expand Down

0 comments on commit c50051a

Please sign in to comment.