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