Skip to content

Commit

Permalink
set version info v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
madmartin committed Jun 24, 2018
1 parent 3a73772 commit fa7e1e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

**Usage note:** please add new changelog information here at the beginning

##### 2018-06-24 v0.6
* make debug output on serial console configurable
* fix Firefox issue in edit channel names (thanks to sidddy)
* add mqtt "sendconfig" command: "cmd/jarolift/sendconfig". the dongle replies with json encoded config data
* check and confirm running with ESP8266 core 2.4.1
* WebUI: enhance layout of system menu, display version
* system menu: serial number prefix is displayed and configurable in hexadecimal now
* system menu: new field: device counter now configurable

##### 2018-06-09 v0.6-rc2
* add logging of WiFi connect and disconnect events. WiFi reconnect works well when compiled with ESP8266 core 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion global.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef GLOBAL_H
#define GLOBAL_H

#define PROGRAM_VERSION "v0.6-rc2"
#define PROGRAM_VERSION "v0.6"

#define ACCESS_POINT_NAME "Jarolift-Dongle" // default SSID for Admin-Mode
#define ACCESS_POINT_PASSWORD "12345678" // default WLAN password for Admin-Mode
Expand Down

0 comments on commit fa7e1e4

Please sign in to comment.