Nicolas Robadey
|
241e04330d
|
Datapoints ending in .0 are invalid (#91)
Change the datapoints types to 1.1, 1.2 or 1.3 to match the requirements (no dpt *.0) in dpt.cpp
|
2020-09-29 12:46:09 +02:00 |
|
Bernator
|
afd07d10cb
|
Bugfix, change debug uart not possible (#33)
* bugfix, print not allowed in constructor
* Update tpuart_data_link_layer.cpp
- start confirm timout only after last byte was sent
- increase BYTE_TIMEOUT
* -bugfix, change debug Uart not possible
* Update esp32_platform.cpp
* Update esp_platform.cpp
* Update knx-bme680.ino
* Update knx-demo.ino
* Update knx-hdc1008.ino
* Update knx-sonoffS20.ino
|
2019-09-09 20:10:56 +02:00 |
|
Bernator
|
68b0002490
|
Arduino set Knx uart bugfix (#32)
* bugfix, print not allowed in constructor
* Update tpuart_data_link_layer.cpp
- start confirm timout only after last byte was sent
- increase BYTE_TIMEOUT
* -bugfix Arduino set knxUart
* Update knx-bme680.ino
* Update knx-demo.ino
* Update knx-hdc1008.ino
* Update knx-sonoffS20.ino
* Update knx-bme680.ino
* Update knx-demo.ino
* Update arduino_platform.cpp
* Update dpt.h
* Update esp32_platform.h
* Update esp_platform.h
|
2019-09-09 18:19:09 +02:00 |
|
Thomas Kunze
|
5a93bbc91c
|
create ArduinoPlatform to reduce code duplication
|
2019-08-26 21:26:55 +02:00 |
|
Thomas Kunze
|
378385ee97
|
add converstions to KnxValue and remove now obsolet methods
|
2019-06-12 00:01:21 +02:00 |
|
Thomas Kunze
|
715aeeec0e
|
build more sketches
|
2019-06-04 00:09:40 +02:00 |
|
Thomas Kunze
|
bb77fa7000
|
fix examples. Only reserve memory on tableobject if size > 0
|
2019-05-13 22:31:45 +02:00 |
|
Thomas Kunze
|
174e29372c
|
make GOT completely dynamic from ETS. GOs are now only available if device was programmed via ETS
|
2019-05-09 20:52:04 +02:00 |
|
Thomas Kunze
|
f2b97ecd09
|
add WifiManger to examples, remove states for wps configuration
|
2019-02-26 22:42:06 +01:00 |
|
Thomas Kunze
|
f46f6aa70e
|
add sonoff s20 example (not tested)
|
2019-01-03 22:20:50 +01:00 |
|