Fix warnings when compiling Zigbee (#17524)

This commit is contained in:
s-hadinger 2022-12-27 20:55:51 +01:00 committed by GitHub
parent 1f8a303faf
commit 1ae8b381ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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