mirror of https://github.com/arendst/Tasmota.git
Update and rename xdrv_08_KNX.ino to xdrv_10_KNX.ino
This commit is contained in:
parent
bbe8b8fb01
commit
01609f84f9
|
@ -412,9 +412,9 @@ void KNXSaveSettings(void *arg)
|
||||||
* Interface
|
* Interface
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
||||||
#define XDRV_08
|
#define XDRV_10
|
||||||
|
|
||||||
boolean Xdrv08(byte function)
|
boolean Xdrv10(byte function)
|
||||||
{
|
{
|
||||||
boolean result = false;
|
boolean result = false;
|
||||||
switch (function) {
|
switch (function) {
|
Loading…
Reference in New Issue