Skip to content

Commit

Permalink
Merge pull request #28 from konnected-io/drop-beta
Browse files Browse the repository at this point in the history
Drop beta tag
  • Loading branch information
copy-ninja authored Jul 14, 2017
2 parents bceb925 + 279e2fd commit 1d6a3e1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions firmware/1.5.4.1/app/include/user_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#define NODE_VERSION_REVISION 4U
#define NODE_VERSION_INTERNAL 1U

#define NODE_VERSION "NodeMCU 1.5.4.1\r\nKonnected Security 2.0.beta1\r\n"
#define NODE_VERSION "NodeMCU 1.5.4.1\r\nKonnected Security 2.0\r\n"
#ifndef BUILD_DATE
#define BUILD_DATE "20170708"
#define BUILD_DATE "20170712"
#endif

extern char SDK_VERSION[];
Expand Down
Binary file removed firmware/AlarmPanel_20170622.bin
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/flash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

IMAGE_NAME=konnected-security-2-0-beta1
IMAGE_NAME=konnected-security-2-0
PORT=/dev/cu.wchusbserial1410

esptool.py --port=${PORT} write_flash --flash_mode dio 0x00000 firmware/${IMAGE_NAME}.bin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ definition(
author: "konnected.io",
description: "Convert your wired home alarm system into a SmartThings smart alarm",
category: "Safety & Security",
iconUrl: "https://raw.githubusercontent.com/konnected-io/SmartThings/master/images/icons/KonnectedAlarmPanel.png",
iconX2Url: "https://raw.githubusercontent.com/konnected-io/SmartThings/master/images/icons/KonnectedAlarmPanel@2x.png",
iconX3Url: "https://raw.githubusercontent.com/konnected-io/SmartThings/master/images/icons/KonnectedAlarmPanel@3x.png",
iconUrl: "https://raw.githubusercontent.com/konnected-io/docs/master/assets/images/KonnectedSecurity.png",
iconX2Url: "https://raw.githubusercontent.com/konnected-io/docs/master/assets/images/KonnectedSecurity@2x.png",
iconX3Url: "https://raw.githubusercontent.com/konnected-io/docs/master/assets/images/KonnectedSecurity@3x.png",
singleInstance: true
)

Expand Down Expand Up @@ -90,8 +90,8 @@ def pageWelcome() {
title: "Instructions & Documentation",
description: "Tap to view the online documentation, or view on your computer at http://docs.konnected.io",
required: false,
image: "https://raw.githubusercontent.com/konnected-io/SmartThings/master/images/icons/Manual.png",
url: "http://docs.konnected.io/"
image: "https://raw.githubusercontent.com/konnected-io/docs/master/assets/images/manual-icon.png",
url: "http://docs.konnected.io/security-alarm-system/"
)
}
section("") {
Expand All @@ -100,8 +100,8 @@ def pageWelcome() {
title: "Donate to Konnected!",
description: "Konnected Alarm is an open source project. Your donations help fund future enhancements and products.",
required: false,
image: "https://raw.githubusercontent.com/konnected-io/SmartThings/master/images/icons/Donate.png",
url: "https://store.konnected.io/products/donate-to-this-project"
image: "https://raw.githubusercontent.com/konnected-io/docs/master/assets/images/donate-icon.png",
url: "http://docs.konnected.io/donate/"
)
}

Expand All @@ -113,7 +113,7 @@ def pageWelcome() {
title: "konnected-security-" + it.mac[-6..-1],
description: "Tap to view device status",
required: false,
image: "https://raw.githubusercontent.com/konnected-io/SmartThings/master/images/icons/Device.png",
image: "https://raw.githubusercontent.com/konnected-io/docs/master/assets/images/device-icon.png",
url: "http://" + getDeviceIpAndPort(it)
)
}
Expand Down
4 changes: 2 additions & 2 deletions source-code/device.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local me = {
name = "Security",
hwVersion = "2.0.beta1",
swVersion = "2.0.beta1"
hwVersion = "2.0.0-beta2",
swVersion = "2.0.0-beta2"
}
return me
Binary file modified source-code/enduser_setup.html.gz
Binary file not shown.
Binary file modified source-code/http_index.html.gz
Binary file not shown.

0 comments on commit 1d6a3e1

Please sign in to comment.