mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Update xsns_62_esp32_mi.ino
This commit is contained in:
parent
0c96e30783
commit
b74fa1e07d
@ -49,6 +49,7 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef USE_BLE_ESP32
|
#ifndef USE_BLE_ESP32
|
||||||
#ifdef ESP32 // ESP32 only. Use define USE_HM10 for ESP8266 support
|
#ifdef ESP32 // ESP32 only. Use define USE_HM10 for ESP8266 support
|
||||||
|
#if CONFIG_IDF_TARGET_ESP32
|
||||||
|
|
||||||
#ifdef USE_MI_ESP32
|
#ifdef USE_MI_ESP32
|
||||||
|
|
||||||
@ -2318,5 +2319,6 @@ bool Xsns62(uint8_t function)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
#endif // USE_MI_ESP32
|
#endif // USE_MI_ESP32
|
||||||
|
#endif // CONFIG_IDF_TARGET_ESP32
|
||||||
#endif // ESP32
|
#endif // ESP32
|
||||||
#endif // USE_BLE_ESP32
|
#endif // USE_BLE_ESP32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user