Ing-Dom
0d4688c528
pack CC1310 example to reduce filecount
2025-02-05 15:52:08 +01:00
Ing-Dom
3e337e0f9b
fix getting MAC-Address from ipstack in rp2040 and ESP plattform
2025-01-28 10:04:51 +01:00
Ing-Dom
8257add51e
fix searchResponseExtended DHCP, prints, length
2025-01-20 19:21:40 +01:00
Ing-Dom
80c79e9eeb
remove debug printf
2025-01-05 16:22:22 +01:00
Ing-Dom
d02d04f13c
fix bug in res tunnel feature
2024-12-23 22:40:18 +01:00
Ing-Dom
c1588e12d5
fix Bau091A:IsAckRequired for Broadcasts
2024-12-23 22:11:34 +01:00
Michael Geramb
919b8e35eb
Fix casing of ETH in include
2024-12-22 21:51:37 +01:00
Marco Scholl
dc7232f92b
Merge branch 'v1' into v1dev
2024-12-09 08:47:02 +01:00
Marco Scholl
764900e0c5
update library.properties
2024-12-09 08:46:44 +01:00
Marco Scholl
096f316447
Merge branch 'v1' into v1dev
2024-12-09 08:24:12 +01:00
Marco Scholl
ae504e70e3
update library.json and readme.md
2024-12-09 08:22:45 +01:00
Marco Scholl
8f35b4cf42
adds unicast auto ack
2024-12-08 23:05:50 +01:00
Ing-Dom
f3dfbce69e
fix some bugs in tunneling support detected by the usage of esp32 (heap corruption)
2024-11-25 22:16:45 +01:00
Ing-Dom
df4ce55e3f
add changelog
2024-11-25 22:13:02 +01:00
Ing-Dom
5528888b72
adapt esp plattform using KNX_NETIF
2024-11-25 22:13:02 +01:00
Cornelius Köpp
2cd5a28d8e
Fix Sending Wrong Values on Failed Conversion to DPT ( #30 )
...
* Fix `valueNoSendCompare`: DPT Conversion Fail Resulted in Setting KO to 0
* Fix `valueNoSend`: Do NOT End KO Uninitialized when Value Conversion Failed
* Fix: Do NOT Send when Updating KO Failed on Value Conversion
* Group-Object Value Update: Return Indication for Success/Fail of Conversion to DPT
* Update Changelog: #30 Fix and Signature Change of `GroupObject` Value Update
2024-11-18 20:29:02 +01:00
Ing-Dom
677a645f96
add #pragma once to Arduino plattform to allow derived plattforms
2024-10-27 15:36:30 +01:00
Ing-Dom
8ea11b03a8
increase device object api version to 2 (invalidation of knx flash data stored by older versions)
...
neccessary due to changes to TableObject.save and restore for router (0x091A) support
2024-10-24 19:32:30 +02:00
Ing-Dom
c956125278
prepare README.md - add current changes
2024-10-24 19:29:08 +02:00
Ing-Dom
8fa8982393
V2.1.1 (rq queue bugfix)
2024-10-24 19:17:46 +02:00
Ing-Dom
f606f6da0d
V2.1.1 (rq queue bugfix)
2024-09-16 20:45:41 +02:00
Michael Geramb
7efc9a556d
Prevent using inadvertently copy constructor of GroupObject
2024-09-02 18:57:18 +02:00
Marco Scholl
b2bcba7e1b
Merge pull request #27 from mgeramb/add_DPT17.001
...
add DPT 27.001
2024-08-07 21:24:50 +02:00
Michael Geramb
f0cd44cefa
add DPT 27.001
2024-08-07 21:09:05 +02:00
Marco Scholl
845aa38bd6
Merge branch 'v1' into v1dev
2024-08-03 21:27:20 +02:00
Marco Scholl
84a0ce3c22
fixes modulo in rx queue
2024-08-03 21:27:00 +02:00
Dom
7f119275ee
Better Routing and new Tunneling Support ( #26 )
...
Support 0x091A IP-Router better, including KNX IP Tunneling and a lot of smaller fixes
2024-07-29 10:47:41 +02:00
Ing-Dom
194de33ee2
update rp2040 plattform version in examples and ci
2024-07-22 23:27:07 +02:00
Marco Scholl
d0b5e84526
remove generic ethernet support on rp2040. uses now KNX_IP_LAN or KNX_IP_WIFI
2024-07-20 23:47:58 +02:00
Michael Geramb
093ae425b0
String \0 terminated in group objects ( #25 )
...
* String \0 terminated in group objects
* Remove copy constructor, fix bugs in setting buffer to 0
* Remove copy constructor in GroupObject
2024-07-20 16:27:47 +02:00
Ing-Dom
12fb67cc63
fix: only set pinMode of Prog button pin when pin is >= 0 and isr function is defined
...
otherwise it is useless anyway and causes warnings.
2024-07-17 22:22:58 +02:00
Ing-Dom
e69f63611a
Release V2.1.0
2024-07-03 11:27:25 +02:00
Mike
acf4a0b6e4
remove annoying file
2024-06-03 13:03:41 +02:00
Marco Scholl
4f0e47f809
drop unexpected udp data packet length
2024-06-03 10:38:48 +02:00
Ing-Dom
6eb7af74a0
flag also repeated telegrams as echoed / own telegrams
2024-06-02 23:45:54 +02:00
Marco Scholl
a645575a72
support detect acks with busy + nack and show in monitoring
2024-05-23 15:38:31 +02:00
Marco Scholl
2adac5e4af
fix: resets stats
2024-05-23 09:35:07 +02:00
Marco Scholl
06e0365a53
Merge branch 'v1dev-tp2' into v1dev
2024-05-21 22:47:18 +02:00
Dom
9de8591e40
Merge pull request #23 from mgeramb/addValueCompareFunction
...
Add function to group object to send a value only if it was changed.
2024-05-21 19:33:57 +02:00
Michael Geramb
a330699a0e
Add function to group object to send a value only if it was changed.
2024-05-21 19:15:58 +02:00
Marco Scholl
f94bd0b674
allow to change MAX_TX_QUEUE
2024-05-19 23:52:21 +02:00
Dom
7cbc0d8fff
Merge pull request #21 from OpenKNX/features/add_rp2040_to_demo
...
add rp2040 to knx-demo example
2024-04-23 17:20:46 +02:00
Dom
1ef4856740
Update platformio-ci.ini
...
use newest atmelsam plattform
2024-04-22 13:22:15 +02:00
Marco Scholl
97e15c7d92
remove some debug output.
...
adds a tx queue size limit with warning.
2024-04-10 14:36:19 +02:00
Marco Scholl
1754e5387b
fixes some problems with txqueue
2024-04-08 21:21:30 +02:00
Marco Scholl
e65afebd3a
reenable sendframe handling
...
reenable rxProcess in loop
fixes a memory leak
2024-04-05 00:04:43 +02:00
Marco Scholl
7b910eba59
small optimizes
2024-04-04 20:51:45 +02:00
Marco Scholl
9d7e29d705
auto format
2024-03-30 09:52:15 +01:00
Marco Scholl
6884734cc3
fixes the missing processRx() in loop()
2024-03-30 06:58:18 +01:00
Marco Scholl
cf1b6bc7ac
some bugfixes
2024-03-29 22:32:18 +01:00