mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
commit
54486eac56
@ -49,6 +49,7 @@
|
||||
*/
|
||||
#ifndef USE_BLE_ESP32
|
||||
#ifdef ESP32 // ESP32 only. Use define USE_HM10 for ESP8266 support
|
||||
#if CONFIG_IDF_TARGET_ESP32
|
||||
|
||||
#ifdef USE_MI_ESP32
|
||||
|
||||
@ -2318,5 +2319,6 @@ bool Xsns62(uint8_t function)
|
||||
return result;
|
||||
}
|
||||
#endif // USE_MI_ESP32
|
||||
#endif // CONFIG_IDF_TARGET_ESP32
|
||||
#endif // ESP32
|
||||
#endif // USE_BLE_ESP32
|
||||
#endif // USE_BLE_ESP32
|
||||
|
Loading…
x
Reference in New Issue
Block a user