From 61c67ea17027bc4667bd2b55b741e115d35e1202 Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Sun, 14 Feb 2021 15:33:58 +0100 Subject: [PATCH] Update xdrv_13_display.ino --- tasmota/xdrv_13_display.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/xdrv_13_display.ino b/tasmota/xdrv_13_display.ino index 1e18c6445..a69504d78 100755 --- a/tasmota/xdrv_13_display.ino +++ b/tasmota/xdrv_13_display.ino @@ -957,6 +957,7 @@ void DisplayText(void) } #ifdef USE_UFILESYS +extern FS *ufsp; void Display_Text_From_File(const char *file) { File fp; fp = ufsp->open(file, FS_FILE_READ);