mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Disabled with core 2.0.x
since it is generating compile errors with
This commit is contained in:
parent
da686d616f
commit
876111585d
@ -117,6 +117,7 @@ print("".join(pin))
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if ESP_IDF_VERSION <= ESP_IDF_VERSION_VAL(4, 0, 0)
|
||||||
|
|
||||||
//#define VSCODE_DEV
|
//#define VSCODE_DEV
|
||||||
|
|
||||||
@ -1760,8 +1761,9 @@ bool Xdrv85(uint8_t function)
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
#endif //
|
#endif //
|
||||||
#endif // ESP32
|
#endif // ESP32
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif // CONFIG_IDF_TARGET_ESP32
|
#endif // CONFIG_IDF_TARGET_ESP32
|
||||||
|
#endif // ESP_IDF_VERSION <= ESP_IDF_VERSION_VAL(4, 0, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user