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