mirror of https://github.com/arendst/Tasmota.git
Fix warnings when compiling Zigbee (#17524)
This commit is contained in:
parent
1f8a303faf
commit
1ae8b381ba
|
@ -110,10 +110,12 @@ public:
|
|||
#ifdef ESP32
|
||||
#if ESP_ARDUINO_VERSION > ESP_ARDUINO_VERSION_VAL(2, 0, 5)
|
||||
bool seekDir(long position){
|
||||
return false;
|
||||
// ignore
|
||||
}
|
||||
String getNextFileName(void)
|
||||
{
|
||||
return "";
|
||||
// ignore
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue