Skip to content

Commit 156f96d

Browse files
author
Norbert Richter
committed
Bump to v15.1.0.1
1 parent b0d52cb commit 156f96d

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.1.0.0-blue.svg)](https://github.com/tasmota/decode-config/tree/development)
46+
[![development version](https://img.shields.io/badge/development-v15.1.0.1-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.1.0.0',
5+
'VERSION': '15.1.0.1',
66
'DESCRIPTION': 'Backup/restore and decode configuration tool for Tasmota',
77
'CLASSIFIER': 'Development Status :: 4 - Beta',
88
'URL': 'https://github.com/tasmota/decode-config',
@@ -3340,10 +3340,10 @@ def match(self, setting_hardware, config_version):
33403340
'<H', 0x3FC+(2*29),(None, None, ('Management', None)) ),
33413341
})
33423342
# ======================================================================
3343-
SETTING_15_1_0_0 = copy.deepcopy(SETTING_15_0_1_3)
3343+
SETTING_15_1_0_1 = copy.deepcopy(SETTING_15_0_1_3)
33443344
# ======================================================================
33453345
SETTINGS = [
3346-
(0x0F010000,0x1000, SETTING_15_1_0_0),
3346+
(0x0F010001,0x1000, SETTING_15_1_0_1),
33473347
(0x0F000103,0x1000, SETTING_15_0_1_3),
33483348
(0x0F000102,0x1000, SETTING_15_0_1_2),
33493349
(0x0E060001,0x1000, SETTING_14_6_0_1),

0 commit comments

Comments
 (0)