Skip to content

Commit

Permalink
fixes, doc updates, v1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Jul 3, 2022
1 parent b5a904c commit 4473fa0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 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.1
Current version: 1.2.2

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 All @@ -13,6 +13,8 @@ NOTE: There are now 2 versions of the TTGO T-BEAM, the first version (Rev0) and

### Setup

The preferred method to install this library is via [PlatformIO](https://platformio.org/install), however the original instructions for installing with the Arduino IDE are below but YMMV.

1. Follow the directions at [espressif/arduino-esp32](https://github.com/espressif/arduino-esp32) to install the board to the Arduino IDE and use board 'T-Beam'.

2. Install the Arduino IDE libraries:
Expand Down
3 changes: 2 additions & 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.1"
#define APP_VERSION "1.2.2"

// -----------------------------------------------------------------------------
// Configuration
Expand All @@ -54,6 +54,7 @@ void ttn_register(void (*callback)(uint8_t message));
#define ALWAYS_SHOW_LOGO

//Uncomment to enable discarding network settings by long pressing second button
//Used for resetting frame counter, required to be done for migrating TTN v2 -> v3 (or switching applications on TTN)
//#define PREFS_DISCARD

// If you are having difficulty sending messages to TTN after the first successful send,
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ lib_deps =
https://github.com/mcci-catena/arduino-lmic
https://github.com/mikalhart/TinyGPSPlus
https://github.com/ThingPulse/esp8266-oled-ssd1306
https://github.com/lewisxhe/AXP202X_Library
https://github.com/lewisxhe/AXP202X_Library

0 comments on commit 4473fa0

Please sign in to comment.