Merge pull request #10812 from Jason2866/patch-2

Prep ESP32S2
This commit is contained in:
Theo Arends 2021-02-03 11:12:44 +01:00 committed by GitHub
commit 54486eac56
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
#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