Skip to content

Commit

Permalink
update versions and build firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Feb 3, 2019
1 parent 8c44e83 commit dcf86b3
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions firmware/2.2.0/app/include/user_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
#define NODE_VERSION_STR(x) #x
#define NODE_VERSION_XSTR(x) NODE_VERSION_STR(x)

#define NODE_VERSION "Konnected firmware 2.2.5\r\nNodeMCU " ESP_SDK_VERSION_STRING "." NODE_VERSION_XSTR(NODE_VERSION_INTERNAL)
#define NODE_VERSION "Konnected firmware 2.2.6\r\nNodeMCU " ESP_SDK_VERSION_STRING "." NODE_VERSION_XSTR(NODE_VERSION_INTERNAL)

#ifndef BUILD_DATE
#define BUILD_DATE "20190117"
#define BUILD_DATE "20190203"
#endif

extern char SDK_VERSION[];
Expand Down
Binary file removed firmware/konnected-filesystem-0xf0000-2-2-5.img
Binary file not shown.
Binary file modified firmware/konnected-filesystem-0xf0000-2-2-6.img
Binary file not shown.
Binary file removed firmware/konnected-firmware-2-2-5.bin
Binary file not shown.
Binary file modified firmware/konnected-firmware-2-2-6.bin
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* for the specific language governing permissions and limitations under the License.
*
*/
public static String version() { return "2.2.3" }
public static String version() { return "2.2.6" }

definition(
name: "Konnected (Connect)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* for the specific language governing permissions and limitations under the License.
*
*/
public static String version() { return "2.2.6.dev2" }
public static String version() { return "2.2.6" }

definition(
name: "Konnected Service Manager",
Expand Down
4 changes: 2 additions & 2 deletions src/device.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
local me = {
id = "uuid:8f655392-a778-4fee-97b9-4825918" .. string.format("%x", node.chipid()),
name = "Konnected",
hwVersion = "2.2.6.dev1",
swVersion = "2.2.6.dev1",
hwVersion = "2.2.6",
swVersion = "2.2.6",
http_port = math.floor(node.chipid()/1000) + 8000,
urn = "urn:schemas-konnected-io:device:Security:1"
}
Expand Down

0 comments on commit dcf86b3

Please sign in to comment.