From e9238ac773f71f2e5117661f031399db67a0d6a2 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Thu, 31 May 2018 03:45:53 -0300 Subject: [PATCH] Update Optional files --- sonoff/{xdrv_06_display.ino => xdrv_14_display.ino} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename sonoff/{xdrv_06_display.ino => xdrv_14_display.ino} (99%) diff --git a/sonoff/xdrv_06_display.ino b/sonoff/xdrv_14_display.ino similarity index 99% rename from sonoff/xdrv_06_display.ino rename to sonoff/xdrv_14_display.ino index 5ac8c3727..8ddd07bc1 100644 --- a/sonoff/xdrv_06_display.ino +++ b/sonoff/xdrv_14_display.ino @@ -1,5 +1,5 @@ /* - xdrv_06_display.ino - display support for Sonoff-Tasmota + xdrv_14_display.ino - display support for Sonoff-Tasmota Copyright (C) 2018 Theo Arends @@ -1058,9 +1058,9 @@ boolean DisplayCommand() * Interface \*********************************************************************************************/ -#define XDRV_06 +#define XDRV_14 -boolean Xdrv06(byte function) +boolean Xdrv14(byte function) { boolean result = false;