diff --git a/FAQ.md b/FAQ.md index 67f76c8..e0287a4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,5 +1,5 @@ -Revision `2024-06-09T07:13:35Z` +Revision `2024-06-11T01:14:40Z` # Async Firebase Client library for Arduino Frequently Asked Questions. @@ -69,6 +69,10 @@ Then there are many possible causes of connection issue that cause the SSL clien - In ESP32, ADC channel 2 cannot be used while using WiFi. +- ESP8266/ESP32 ESP-Now conflicts. You can't use WiFi while using ESP-Now. + +- ESP32 Bluetooth conflicts. You can't use WiFi while using its Bluetooth. + #### Possible WiFi firmware issues - If you are using `Arduino UNO R4 WiFi`, `Arduino Portenta C33`, `Arduino MKR WiFi 1010`, `Arduino NANO 33 IoT`, and `Arduino Nano RP2040`, please make sure you have already done the following.