Skip to content

Commit 6d9fca6

Browse files
committed
Release 0.3.0 / 5.2.0-Beta
1 parent c024918 commit 6d9fca6

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

dependencies.txt

0 Bytes
Binary file not shown.

include/knxprod.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
(time & 0x3FFF) * 3600000 ) : 0 )
1010

1111
#define MAIN_OpenKnxId 0xA1
12-
#define MAIN_ApplicationNumber 30
13-
#define MAIN_ApplicationVersion 82
12+
#define MAIN_ApplicationNumber 31
13+
#define MAIN_ApplicationVersion 3
1414
#define MAIN_ParameterSize 182
1515
#define MAIN_MaxKoNumber 0
1616
#define MAIN_OrderNumber "OpenKnxIPRouter"

platformio.custom.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ build_flags =
1818
;-D OPENKNX_DUALCORE
1919
;-D TPUART_RX_TIMEOUT_DEBUG
2020
;-D TPUART_RX_TIMEOUT=60
21+
-D FIRMWARE_NAME=\"IP-Router\"
2122

2223
[custom_develop]
2324
extends = custom

src/IP-Router-Release.debug.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-model href="../../Organization/knxprod-support/knx_project_20/knx.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
3-
<KNX xmlns:op="http://github.com/OpenKNX/OpenKNXproducer" xmlns="http://knx.org/xml/project/20" CreatedBy="OpenKNXproducer" ToolVersion="3.7.14.0">
3+
<KNX xmlns:op="http://github.com/OpenKNX/OpenKNXproducer" xmlns="http://knx.org/xml/project/20" CreatedBy="OpenKNXproducer" ToolVersion="3.8.0.0">
44
<ManufacturerData>
55
<Manufacturer RefId="M-00FA">
66
<Catalog>
@@ -1378,13 +1378,13 @@ function sendWifiSettings(device, online, progress, context) {
13781378
</ApplicationPrograms>
13791379
<Baggages>
13801380
<Baggage TargetPath="A1\1F\03" Name="ets.png" Id="M-00FA_BG-A1.5C1F.5C03-ets.2Epng">
1381-
<FileInfo TimeInfo="2025-07-04T11:21:23.7548605Z" />
1381+
<FileInfo TimeInfo="2025-07-11T20:42:11.5642601Z" />
13821382
</Baggage>
13831383
<Baggage TargetPath="A1\1F\03" Name="Help_de.zip" Id="M-00FA_BG-A1.5C1F.5C03-Help.5Fde.2Ezip">
1384-
<FileInfo TimeInfo="2025-07-04T11:21:24.2230502Z" />
1384+
<FileInfo TimeInfo="2025-07-11T20:42:11.8007435Z" />
13851385
</Baggage>
13861386
<Baggage TargetPath="A1\1F\03" Name="Icons.zip" Id="M-00FA_BG-A1.5C1F.5C03-Icons.2Ezip">
1387-
<FileInfo TimeInfo="2025-07-04T11:21:24.5581252Z" />
1387+
<FileInfo TimeInfo="2025-07-11T20:42:11.9738518Z" />
13881388
</Baggage>
13891389
</Baggages>
13901390
<Hardware>

src/IP-Router.debug.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-model href="../../Organization/knxprod-support/knx_project_20/knx.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
3-
<KNX xmlns:op="http://github.com/OpenKNX/OpenKNXproducer" xmlns="http://knx.org/xml/project/20" CreatedBy="OpenKNXproducer" ToolVersion="3.7.14.0">
3+
<KNX xmlns:op="http://github.com/OpenKNX/OpenKNXproducer" xmlns="http://knx.org/xml/project/20" CreatedBy="OpenKNXproducer" ToolVersion="3.8.0.0">
44
<ManufacturerData>
55
<Manufacturer RefId="M-00FA">
66
<Catalog>
@@ -1378,13 +1378,13 @@ function sendWifiSettings(device, online, progress, context) {
13781378
</ApplicationPrograms>
13791379
<Baggages>
13801380
<Baggage TargetPath="A1\1E\52" Name="ets.png" Id="M-00FA_BG-A1.5C1E.5C52-ets.2Epng">
1381-
<FileInfo TimeInfo="2025-07-04T12:20:28.2176413Z" />
1381+
<FileInfo TimeInfo="2025-07-11T20:38:18.0652093Z" />
13821382
</Baggage>
13831383
<Baggage TargetPath="A1\1E\52" Name="Help_de.zip" Id="M-00FA_BG-A1.5C1E.5C52-Help.5Fde.2Ezip">
1384-
<FileInfo TimeInfo="2025-07-04T12:20:28.6339951Z" />
1384+
<FileInfo TimeInfo="2025-07-11T20:38:18.4147842Z" />
13851385
</Baggage>
13861386
<Baggage TargetPath="A1\1E\52" Name="Icons.zip" Id="M-00FA_BG-A1.5C1E.5C52-Icons.2Ezip">
1387-
<FileInfo TimeInfo="2025-07-04T12:20:28.9242338Z" />
1387+
<FileInfo TimeInfo="2025-07-11T20:38:18.5909233Z" />
13881388
</Baggage>
13891389
</Baggages>
13901390
<Hardware>

0 commit comments

Comments
 (0)