Update Optional files

This commit is contained in:
Adrian Scillato 2018-05-31 03:45:53 -03:00 committed by GitHub
parent 46929204e1
commit e9238ac773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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;