Update xsns_62_esp32_mi.ino

This commit is contained in:
Jason2866 2021-02-03 10:51:25 +01:00 committed by GitHub
parent 0c96e30783
commit b74fa1e07d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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