From 07645067aa8a2fdb6a1bae34296f776e3d75a95c Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Thu, 18 Aug 2022 19:44:16 +0200 Subject: [PATCH] Fix compilation of safeboot --- tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_7_6_plugin.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_7_6_plugin.ino b/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_7_6_plugin.ino index a101513d2..7db2c99fb 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_7_6_plugin.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_7_6_plugin.ino @@ -72,7 +72,7 @@ Z_attribute_match Z_plugin_matchAttributeByName(const char *model, const char *m return attr; } -bool Zb_readline(File *f, char* buf, size_t size) { +bool Zb_readline(class File *f, char* buf, size_t size) { bool eof = 0; while (1) { // read line