mirror of
https://github.com/thelsing/knx.git
synced 2025-06-08 01:16:45 +02:00
add #pragma once to Arduino plattform to allow derived plattforms
This commit is contained in:
parent
8ea11b03a8
commit
677a645f96
@ -23,6 +23,7 @@ See the examples for basic usage options
|
|||||||
- better Routing and Tunneling support
|
- better Routing and Tunneling support
|
||||||
- add DPT 27.001
|
- add DPT 27.001
|
||||||
- increase device object api version to 2 (invalidation of knx flash data stored by older versions)
|
- increase device object api version to 2 (invalidation of knx flash data stored by older versions)
|
||||||
|
- add #pragma once to Arduino plattform to allow derived plattforms
|
||||||
|
|
||||||
### V2.1.1 - 2024-09-16
|
### V2.1.1 - 2024-09-16
|
||||||
- fix minor bug in TP-Uart Driver (RX queue out of boundary)
|
- fix minor bug in TP-Uart Driver (RX queue out of boundary)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
#include "knx/platform.h"
|
#include "knx/platform.h"
|
||||||
|
|
||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user