Skip to content

Commit

Permalink
Changelog and version bump; loralan and loralan-gateway versions sync…
Browse files Browse the repository at this point in the history
…hronized
  • Loading branch information
olegart committed Nov 6, 2017
1 parent f8dee1b commit 99e69c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
06.11.2017
* multiple fixes in loralan network stack
* Listen-Before-Talk using LoRa Channel Activity Detection
* determine MCU RAM/flash/EEPROM size in runtime
* MCU HSE/HSI crystal selection in runtime on startup
* subseconds RTC timers and better power efficiency
* better SX1276 settings handling

31.10.2017
* HD44780 driver, both direct bitbang and PCF8574 I2C GPIO expander
* umdk-ibutton module
Expand Down
2 changes: 1 addition & 1 deletion examples/loralan-gateway/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "shell.h"

#define FIRMWARE_VERSION "1.26"
#define FIRMWARE_VERSION "1.60"

typedef int (*cmd_fun_t)(int, char **);

Expand Down
2 changes: 1 addition & 1 deletion examples/loralan/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "unwds-common.h"

#define FIRMWARE_VERSION "1.54"
#define FIRMWARE_VERSION "1.60"

typedef enum {
UNWDS_BOOT_NORMAL_MODE = 0,
Expand Down

0 comments on commit 99e69c2

Please sign in to comment.