Skip to content

Commit 707b6c8

Browse files
author
Norbert Richter
committed
Bump to v15.0.1.5
1 parent 963ad55 commit 707b6c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Comparing backup files created by **decode-config** and [.dmp](#dmp-format) file
4343
Using the latest development version of decode-config is only necessary if you also use the latest development version of Tasmota.
4444

4545
<!-- markdownlint-disable MD033 -->
46-
[![development version](https://img.shields.io/badge/development-v15.0.1.4-blue.svg)](https://github.com/tasmota/decode-config/tree/development)
46+
[![development version](https://img.shields.io/badge/development-v15.0.1.5-blue.svg)](https://github.com/tasmota/decode-config/tree/development)
4747

4848
## Table of contents
4949
<details>

decode-config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
from __future__ import print_function
44
METADATA = {
5-
'VERSION': '15.0.1.4',
5+
'VERSION': '15.0.1.5',
66
'DESCRIPTION': 'Backup/restore and decode configuration tool for Tasmota',
77
'CLASSIFIER': 'Development Status :: 4 - Beta',
88
'URL': 'https://github.com/tasmota/decode-config',
@@ -3322,10 +3322,10 @@ def match(self, setting_hardware, config_version):
33223322
})
33233323

33243324
# ======================================================================
3325-
SETTING_15_0_1_4 = copy.deepcopy(SETTING_15_0_1_2)
3325+
SETTING_15_0_1_5 = copy.deepcopy(SETTING_15_0_1_2)
33263326
# ======================================================================
33273327
SETTINGS = [
3328-
(0x0F000104,0x1000, SETTING_15_0_1_4),
3328+
(0x0F000105,0x1000, SETTING_15_0_1_5),
33293329
(0x0F000102,0x1000, SETTING_15_0_1_2),
33303330
(0x0E060001,0x1000, SETTING_14_6_0_1),
33313331
(0x0E040104,0x1000, SETTING_14_4_1_4),

0 commit comments

Comments
 (0)